Html Css Color HEX #D0DD9C Reef

📋 copy color: '#D0DD9C'

red 208 ◦ green 221 ◦ blue 156

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

Shades of Reef #D0DD9C

Tints of Reef #D0DD9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 26.67%

R = 35.56%
G = 37.78%
B = 26.67%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#D0DD9C (or 0xD0DD9C) is known color: Reef. HEX triplet: D0, DD and 9C. RGB value is (208,221,156). Sum of RGB (Red+Green+Blue) = 208+221+156=585 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.56% from 585); Green value is 221 (86.72% from 255 or 37.78% from 585); Blue value is 156 (61.33% from 255 or 26.67% from 585); Max value from RGB is 221 - color contains mainly: green. Hex color #D0DD9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0DD9C is #2F2263. Grayscale: #D1D1D1. Windows color (decimal): -3088996 or 10280400. OLE color: 10280400.

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

Color convert

RGB 208 221 156 -
CMYK 0.06 0 0.29 0.13
HSL 72º 0.49% 0.74% -
HSV(B) 72º 0.29% 0.87% -
XYZ 57.87 67.52 41.44 -
YUV 209.7 97.69 126.79 -
System Red Green Blue C M Y K H S L
Decimal 208 221 156 0.06 0 0.29 0.13 72 0.49 0.74
Hex D0 DD 9C 6 0 1D D 48 31 4A
Octal 320 335 234 6 0 35 15 110 61 112
Binary 11010000 11011101 10011100 110 0 11101 1101 1001000 110001 1001010

Color Harmonies of #D0DD9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DD9C

Black with #D0DD9C

Text Example


Text Example

White with #D0DD9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DD9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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