#CFD47D

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

Shades of Deco #CFD47D

Tints of Deco #CFD47D

Color information

#CFD47D (or 0xCFD47D) is unknown color: approx Deco. HEX triplet: CF, D4 and 7D. RGB value is (207,212,125). Sum of RGB (Red+Green+Blue) = 207+212+125=544 (72% of max value = 765). Red value is 207 (81.25% from 255 or 38.05% from 544); Green value is 212 (83.20% from 255 or 38.97% from 544); Blue value is 125 (49.22% from 255 or 22.98% from 544); Max value from RGB is 212 - color contains mainly: green. Hex color #CFD47D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD47D is #302B82. Grayscale: #C8C8C8. Windows color (decimal): -3156867 or 8246479. OLE color: 8246479.

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

Color convert

RGB207212125-
CMYK0.0200.410.17
HSL63.45º50.29%66.08%-
HSV(B)63.45º41.04%83.14%-
XYZ52.9861.8328.54-
YUV200.5985.34132.57-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.05%
GREEN value IS 212 (83.20% from 255) = 38.97%
BLUE value IS 125 (49.22% from 255) = 22.98%
R=38.05%
G=38.97%
B=22.98%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2072121250.0200.410.1763.4550.2966.08
HexCFD47D2029113f3242
Octal3173241752051217762102
Binary11001111110101001111101100101001100011111111100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD47D; }

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

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

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

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

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

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

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

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