#D0DC98

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

Shades of Reef #D0DC98

Tints of Reef #D0DC98

Color information

#D0DC98 (or 0xD0DC98) is unknown color: approx Reef. HEX triplet: D0, DC and 98. RGB value is (208,220,152). Sum of RGB (Red+Green+Blue) = 208+220+152=580 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.86% from 580); Green value is 220 (86.33% from 255 or 37.93% from 580); Blue value is 152 (59.77% from 255 or 26.21% from 580); Max value from RGB is 220 - color contains mainly: green. Hex color #D0DC98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0DC98 is #2F2367. Grayscale: #D0D0D0. Windows color (decimal): -3089256 or 10018000. OLE color: 10018000.

HSL color Cylindrical-coordinate representation of color #D0DC98: hue angle of 70.59º 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 #D0DC98 is Cyan = 0.05, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB208220152-
CMYK0.0500.310.14
HSL70.59º49.28%72.94%-
HSV(B)70.59º30.91%86.27%-
XYZ57.2766.8639.59-
YUV208.6696.02127.53-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.86%
GREEN value IS 220 (86.33% from 255) = 37.93%
BLUE value IS 152 (59.77% from 255) = 26.21%
R=35.86%
G=37.93%
B=26.21%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2082201520.0500.310.1470.5949.2872.94
HexD0DC98501FE473149
Octal32033423050371610761111
Binary110100001101110010011000101011111111010001111100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DC98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DC98; }

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

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

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

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

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

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

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

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