Html Css Color HEX #D0DB9B Reef

📋 copy color: '#D0DB9B'

red 208 ◦ green 219 ◦ blue 155

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

Shades of Reef #D0DB9B

Tints of Reef #D0DB9B

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.63%

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

R = 35.74%
G = 37.63%
B = 26.63%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#D0DB9B (or 0xD0DB9B) is known color: Reef. HEX triplet: D0, DB and 9B. RGB value is (208,219,155). Sum of RGB (Red+Green+Blue) = 208+219+155=582 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.74% from 582); Green value is 219 (85.94% from 255 or 37.63% from 582); Blue value is 155 (60.94% from 255 or 26.63% from 582); Max value from RGB is 219 - color contains mainly: green. Hex color #D0DB9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0DB9B is #2F2464. Grayscale: #D0D0D0. Windows color (decimal): -3089509 or 10214352. OLE color: 10214352.

HSL color Cylindrical-coordinate representation of color #D0DB9B: hue angle of 70.31º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D0DB9B is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB 208 219 155 -
CMYK 0.05 0 0.29 0.14
HSL 70.31º 0.47% 0.73% -
HSV(B) 70.31º 0.29% 0.86% -
XYZ 57.26 66.44 40.82 -
YUV 208.42 97.86 127.7 -
System Red Green Blue C M Y K H S L
Decimal 208 219 155 0.05 0 0.29 0.14 70.31 0.47 0.73
Hex D0 DB 9B 5 0 1D E 46 2F 49
Octal 320 333 233 5 0 35 16 106 57 111
Binary 11010000 11011011 10011011 101 0 11101 1110 1000110 101111 1001001

Color Harmonies of #D0DB9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DB9B

Black with #D0DB9B

Text Example


Text Example

White with #D0DB9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DB9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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