#CFDA7E

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

Shades of Deco #CFDA7E

Tints of Deco #CFDA7E

Color information

#CFDA7E (or 0xCFDA7E) is unknown color: approx Deco. HEX triplet: CF, DA and 7E. RGB value is (207,218,126). Sum of RGB (Red+Green+Blue) = 207+218+126=551 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.57% from 551); Green value is 218 (85.55% from 255 or 39.56% from 551); Blue value is 126 (49.61% from 255 or 22.87% from 551); Max value from RGB is 218 - color contains mainly: green. Hex color #CFDA7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDA7E is #302581. Grayscale: #CCCCCC. Windows color (decimal): -3155330 or 8313551. OLE color: 8313551.

HSL color Cylindrical-coordinate representation of color #CFDA7E: hue angle of 67.17º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CFDA7E is Cyan = 0.05, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB207218126-
CMYK0.0500.420.15
HSL67.17º55.42%67.45%-
HSV(B)67.17º42.2%85.49%-
XYZ54.5764.9129.39-
YUV204.2283.86129.98-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.57%
GREEN value IS 218 (85.55% from 255) = 39.56%
BLUE value IS 126 (49.61% from 255) = 22.87%
R=37.57%
G=39.56%
B=22.87%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2072181260.0500.420.1567.1755.4267.45
HexCFDA7E502AF433743
Octal31733217650521710367103
Binary110011111101101011111101010101010111110000111101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDA7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDA7E; }

 p { color: rgb(207,218,126); }

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

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

 a { background-color: rgb(207,218,126); }

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

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

 span { border-color: rgb(207,218,126); }

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