#CFD58F

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

Shades of Deco #CFD58F

Tints of Deco #CFD58F

Color information

#CFD58F (or 0xCFD58F) is unknown color: approx Deco. HEX triplet: CF, D5 and 8F. RGB value is (207,213,143). Sum of RGB (Red+Green+Blue) = 207+213+143=563 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.77% from 563); Green value is 213 (83.59% from 255 or 37.83% from 563); Blue value is 143 (56.25% from 255 or 25.40% from 563); Max value from RGB is 213 - color contains mainly: green. Hex color #CFD58F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD58F is #302A70. Grayscale: #CBCBCB. Windows color (decimal): -3156593 or 9426383. OLE color: 9426383.

HSL color Cylindrical-coordinate representation of color #CFD58F: hue angle of 65.14º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CFD58F is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB207213143-
CMYK0.0300.330.16
HSL65.14º45.45%69.8%-
HSV(B)65.14º32.86%83.53%-
XYZ54.4862.8435.24-
YUV203.2394.01130.69-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.77%
GREEN value IS 213 (83.59% from 255) = 37.83%
BLUE value IS 143 (56.25% from 255) = 25.40%
R=36.77%
G=37.83%
B=25.40%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2072131430.0300.330.1665.1445.4569.8
HexCFD58F302110412d46
Octal31732521730412010155106
Binary1100111111010101100011111101000011000010000011011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD58F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD58F; }

 p { color: rgb(207,213,143); }

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

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

 a { background-color: rgb(207,213,143); }

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

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

 span { border-color: rgb(207,213,143); }

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