#CFD74D

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

Shades of Wattle #CFD74D

Tints of Wattle #CFD74D

Color information

#CFD74D (or 0xCFD74D) is unknown color: approx Wattle. HEX triplet: CF, D7 and 4D. RGB value is (207,215,77). Sum of RGB (Red+Green+Blue) = 207+215+77=499 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.48% from 499); Green value is 215 (84.38% from 255 or 43.09% from 499); Blue value is 77 (30.47% from 255 or 15.43% from 499); Max value from RGB is 215 - color contains mainly: green. Hex color #CFD74D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD74D is #3028B2. Grayscale: #C5C5C5. Windows color (decimal): -3156147 or 5101519. OLE color: 5101519.

HSL color Cylindrical-coordinate representation of color #CFD74D: hue angle of 63.48º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CFD74D is Cyan = 0.04, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB20721577-
CMYK0.0400.640.16
HSL63.48º63.3%57.25%-
HSV(B)63.48º64.19%84.31%-
XYZ51.3762.416.36-
YUV196.8860.35135.22-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.48%
GREEN value IS 215 (84.38% from 255) = 43.09%
BLUE value IS 77 (30.47% from 255) = 15.43%
R=41.48%
G=43.09%
B=15.43%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal207215770.0400.640.1663.4863.357.25
HexCFD74D4040103f3f39
Octal3173271154010020777771
Binary110011111101011110011011000100000010000111111111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD74D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD74D; }

 p { color: rgb(207,215,77); }

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

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

 a { background-color: rgb(207,215,77); }

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

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

 span { border-color: rgb(207,215,77); }

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