#CDDC98

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

Shades of Reef #CDDC98

Tints of Reef #CDDC98

Color information

#CDDC98 (or 0xCDDC98) is unknown color: approx Reef. HEX triplet: CD, DC and 98. RGB value is (205,220,152). Sum of RGB (Red+Green+Blue) = 205+220+152=577 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.53% from 577); Green value is 220 (86.33% from 255 or 38.13% from 577); Blue value is 152 (59.77% from 255 or 26.34% from 577); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDC98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDC98 is #322367. Grayscale: #D0D0D0. Windows color (decimal): -3285864 or 10017997. OLE color: 10017997.

HSL color Cylindrical-coordinate representation of color #CDDC98: hue angle of 73.24º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CDDC98 is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB205220152-
CMYK0.0700.310.14
HSL73.24º49.28%72.94%-
HSV(B)73.24º30.91%86.27%-
XYZ56.4466.4339.55-
YUV207.7696.53126.03-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.53%
GREEN value IS 220 (86.33% from 255) = 38.13%
BLUE value IS 152 (59.77% from 255) = 26.34%
R=35.53%
G=38.13%
B=26.34%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2052201520.0700.310.1473.2449.2872.94
HexCDDC98701FE493149
Octal31533423070371611161111
Binary110011011101110010011000111011111111010010011100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDC98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDC98; }

 p { color: rgb(205,220,152); }

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

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

 a { background-color: rgb(205,220,152); }

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

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

 span { border-color: rgb(205,220,152); }

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