#CCD98F

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

Shades of Deco #CCD98F

Tints of Deco #CCD98F

Color information

#CCD98F (or 0xCCD98F) is unknown color: approx Deco. HEX triplet: CC, D9 and 8F. RGB value is (204,217,143). Sum of RGB (Red+Green+Blue) = 204+217+143=564 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.17% from 564); Green value is 217 (85.16% from 255 or 38.48% from 564); Blue value is 143 (56.25% from 255 or 25.35% from 564); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD98F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD98F is #332670. Grayscale: #CCCCCC. Windows color (decimal): -3352177 or 9427404. OLE color: 9427404.

HSL color Cylindrical-coordinate representation of color #CCD98F: hue angle of 70.54º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CCD98F is Cyan = 0.06, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB204217143-
CMYK0.0600.340.15
HSL70.54º49.33%70.59%-
HSV(B)70.54º34.1%85.1%-
XYZ54.6764.4535.54-
YUV204.6893.19127.52-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.17%
GREEN value IS 217 (85.16% from 255) = 38.48%
BLUE value IS 143 (56.25% from 255) = 25.35%
R=36.17%
G=38.48%
B=25.35%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2042171430.0600.340.1570.5449.3370.59
HexCCD98F6022F473147
Octal31433121760421710761107
Binary1100110011011001100011111100100010111110001111100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD98F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD98F; }

 p { color: rgb(204,217,143); }

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

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

 a { background-color: rgb(204,217,143); }

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

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

 span { border-color: rgb(204,217,143); }

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