#CFD17D

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

Shades of Deco #CFD17D

Tints of Deco #CFD17D

Color information

#CFD17D (or 0xCFD17D) is unknown color: approx Deco. HEX triplet: CF, D1 and 7D. RGB value is (207,209,125). Sum of RGB (Red+Green+Blue) = 207+209+125=541 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.26% from 541); Green value is 209 (82.03% from 255 or 38.63% from 541); Blue value is 125 (49.22% from 255 or 23.11% from 541); Max value from RGB is 209 - color contains mainly: green. Hex color #CFD17D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD17D is #302E82. Grayscale: #C7C7C7. Windows color (decimal): -3157635 or 8245711. OLE color: 8245711.

HSL color Cylindrical-coordinate representation of color #CFD17D: hue angle of 61.43º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CFD17D is Cyan = 0.01, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB207209125-
CMYK0.0100.400.18
HSL61.43º47.73%65.49%-
HSV(B)61.43º40.19%81.96%-
XYZ52.2360.3528.3-
YUV198.8386.34133.83-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.26%
GREEN value IS 209 (82.03% from 255) = 38.63%
BLUE value IS 125 (49.22% from 255) = 23.11%
R=38.26%
G=38.63%
B=23.11%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2072091250.0100.400.1861.4347.7365.49
HexCFD17D1028123d3041
Octal3173211751050227560101
Binary1100111111010001111110110101000100101111011100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD17D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD17D; }

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

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

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

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

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

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

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

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