Html Css Color HEX #D0DD99 Reef

📋 copy color: '#D0DD99'

red 208 ◦ green 221 ◦ blue 153

#D0DD99
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Reef #D0DD99

Tints of Reef #D0DD99

RGB

 RED value IS 208 (81.64% from 255) = 35.74%

 GREEN value IS 221 (86.72% from 255) = 37.97%

 BLUE value IS 153 (60.16% from 255) = 26.29%

R = 35.74%
G = 37.97%
B = 26.29%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#D0DD99 (or 0xD0DD99) is known color: Reef. HEX triplet: D0, DD and 99. RGB value is (208,221,153). Sum of RGB (Red+Green+Blue) = 208+221+153=582 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.74% from 582); Green value is 221 (86.72% from 255 or 37.97% from 582); Blue value is 153 (60.16% from 255 or 26.29% from 582); Max value from RGB is 221 - color contains mainly: green. Hex color #D0DD99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0DD99 is #2F2266. Grayscale: #D1D1D1. Windows color (decimal): -3088999 or 10083792. OLE color: 10083792.

HSL color Cylindrical-coordinate representation of color #D0DD99: hue angle of 71.47º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D0DD99 is Cyan = 0.06, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 221 153 -
CMYK 0.06 0 0.31 0.13
HSL 71.47º 0.5% 0.73% -
HSV(B) 71.47º 0.31% 0.87% -
XYZ 57.62 67.42 40.11 -
YUV 209.36 96.19 127.03 -
System Red Green Blue C M Y K H S L
Decimal 208 221 153 0.06 0 0.31 0.13 71.47 0.5 0.73
Hex D0 DD 99 6 0 1F D 47 32 49
Octal 320 335 231 6 0 37 15 107 62 111
Binary 11010000 11011101 10011001 110 0 11111 1101 1000111 110010 1001001

Color Harmonies of #D0DD99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DD99

Black with #D0DD99

Text Example


Text Example

White with #D0DD99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DD99; }

 p { color: rgb(208,221,153); }

 H1.HeaderClassName
 {
   color: #D0DD99;
 }
 .AnyTagClassName
 {
   color: #D0DD99;
 }
</style>

background-color css

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

 a { background-color: rgb(208,221,153); }

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

border-color css

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

 span { border-color: rgb(208,221,153); }

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