#cfcd3a

Color #CFCD3A Wattle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wattle #CFCD3A

Tints of Wattle #CFCD3A

Color information

#CFCD3A (or 0xCFCD3A) is unknown color: approx Wattle. HEX triplet: CF, CD and 3A. RGB value is (207,205,58). Sum of RGB (Red+Green+Blue) = 207+205+58=470 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.04% from 470); Green value is 205 (80.47% from 255 or 43.62% from 470); Blue value is 58 (23.05% from 255 or 12.34% from 470); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCD3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFCD3A is #3032C5. Grayscale: #BDBDBD. Windows color (decimal): -3158726 or 3853775. OLE color: 3853775.

HSL color Cylindrical-coordinate representation of color #CFCD3A: hue angle of 59.19º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CFCD3A is Cyan = 0, Magento = 0.01, Yellow = 0.72 and Black (K on CMYK) = 0.19.

Color convert

RGB20720558-
CMYK00.010.720.19
HSL59.19º60.82%51.96%-
HSV(B)59.19º71.98%81.18%-
XYZ48.3357.2312.5-
YUV188.8454.16140.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 44.04%
GREEN value IS 205 (80.47% from 255) = 43.62%
BLUE value IS 58 (23.05% from 255) = 12.34%
R=44.04%
G=43.62%
B=12.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.72
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2072055800.010.720.1959.1960.8251.96
HexCFCD3A0148133b3d34
Octal317315720111023737564
Binary110011111100110111101001100100010011111011111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cfcd3a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cfcd3a; }

 p { color: rgb(207,205,58); }

 H1.HeaderClassName
 {
   color: #cfcd3a;
 }
 .AnyTagClassName
 {
   color: #cfcd3a;
 }
</style>
background-color css

<style>
 a { background-color: #cfcd3a; }

 a { background-color: rgb(207,205,58); }

 div.DivClassName
 {
   background-color: #cfcd3a;
 }
 .BgClassName
 {
   background-color: #cfcd3a;
 }
</style>
border-color css

<style>
 span { border-color: #cfcd3a; }

 span { border-color: rgb(207,205,58); }

 td.TdClassName
 {
   border-color: #cfcd3a;
 }
 .TagClassName
 {
   border-color: #cfcd3a;
 }
</style>