#cfd47b

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

Shades of Deco #CFD47B

Tints of Deco #CFD47B

Color information

#CFD47B (or 0xCFD47B) is unknown color: approx Deco. HEX triplet: CF, D4 and 7B. RGB value is (207,212,123). Sum of RGB (Red+Green+Blue) = 207+212+123=542 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.19% from 542); Green value is 212 (83.20% from 255 or 39.11% from 542); Blue value is 123 (48.44% from 255 or 22.69% from 542); Max value from RGB is 212 - color contains mainly: green. Hex color #CFD47B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD47B is #302B84. Grayscale: #C8C8C8. Windows color (decimal): -3156869 or 8115407. OLE color: 8115407.

HSL color Cylindrical-coordinate representation of color #CFD47B: hue angle of 63.37º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CFD47B is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.

Color convert

RGB207212123-
CMYK0.0200.420.17
HSL63.37º50.86%65.69%-
HSV(B)63.37º41.98%83.14%-
XYZ52.8561.7827.88-
YUV200.3684.34132.74-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.19%
GREEN value IS 212 (83.20% from 255) = 39.11%
BLUE value IS 123 (48.44% from 255) = 22.69%
R=38.19%
G=39.11%
B=22.69%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2072121230.0200.420.1763.3750.8665.69
HexCFD47B202A113f3342
Octal3173241732052217763102
Binary11001111110101001111011100101010100011111111100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cfd47b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cfd47b; }

 p { color: rgb(207,212,123); }

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

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

 a { background-color: rgb(207,212,123); }

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

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

 span { border-color: rgb(207,212,123); }

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