Html Css Color HEX #D0DD9B Reef

📋 copy color: '#D0DD9B'

red 208 ◦ green 221 ◦ blue 155

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

Shades of Reef #D0DD9B

Tints of Reef #D0DD9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 26.54%

R = 35.62%
G = 37.84%
B = 26.54%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#D0DD9B (or 0xD0DD9B) is known color: Reef. HEX triplet: D0, DD and 9B. RGB value is (208,221,155). Sum of RGB (Red+Green+Blue) = 208+221+155=584 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.62% from 584); Green value is 221 (86.72% from 255 or 37.84% from 584); Blue value is 155 (60.94% from 255 or 26.54% from 584); Max value from RGB is 221 - color contains mainly: green. Hex color #D0DD9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0DD9B is #2F2264. Grayscale: #D1D1D1. Windows color (decimal): -3088997 or 10214864. OLE color: 10214864.

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

Color convert

RGB 208 221 155 -
CMYK 0.06 0 0.30 0.13
HSL 71.82º 0.49% 0.74% -
HSV(B) 71.82º 0.3% 0.87% -
XYZ 57.79 67.49 40.99 -
YUV 209.59 97.19 126.87 -
System Red Green Blue C M Y K H S L
Decimal 208 221 155 0.06 0 0.30 0.13 71.82 0.49 0.74
Hex D0 DD 9B 6 0 1E D 48 31 4A
Octal 320 335 233 6 0 36 15 110 61 112
Binary 11010000 11011101 10011011 110 0 11110 1101 1001000 110001 1001010

Color Harmonies of #D0DD9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DD9B

Black with #D0DD9B

Text Example


Text Example

White with #D0DD9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DD9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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