Html Css Color HEX #D0DD9F Reef

📋 copy color: '#D0DD9F'

red 208 ◦ green 221 ◦ blue 159

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

Shades of Reef #D0DD9F

Tints of Reef #D0DD9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 27.04%

R = 35.37%
G = 37.59%
B = 27.04%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#D0DD9F (or 0xD0DD9F) is known color: Reef. HEX triplet: D0, DD and 9F. RGB value is (208,221,159). Sum of RGB (Red+Green+Blue) = 208+221+159=588 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.37% from 588); Green value is 221 (86.72% from 255 or 37.59% from 588); Blue value is 159 (62.5% from 255 or 27.04% from 588); Max value from RGB is 221 - color contains mainly: green. Hex color #D0DD9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0DD9F is #2F2260. Grayscale: #D2D2D2. Windows color (decimal): -3088993 or 10477008. OLE color: 10477008.

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

Color convert

RGB 208 221 159 -
CMYK 0.06 0 0.28 0.13
HSL 72.58º 0.48% 0.75% -
HSV(B) 72.58º 0.28% 0.87% -
XYZ 58.13 67.63 42.79 -
YUV 210.05 99.19 126.54 -
System Red Green Blue C M Y K H S L
Decimal 208 221 159 0.06 0 0.28 0.13 72.58 0.48 0.75
Hex D0 DD 9F 6 0 1C D 49 30 4B
Octal 320 335 237 6 0 34 15 111 60 113
Binary 11010000 11011101 10011111 110 0 11100 1101 1001001 110000 1001011

Color Harmonies of #D0DD9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DD9F

Black with #D0DD9F

Text Example


Text Example

White with #D0DD9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DD9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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