Html Css Color HEX #D0DB9D Reef

📋 copy color: '#D0DB9D'

red 208 ◦ green 219 ◦ blue 157

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

Shades of Reef #D0DB9D

Tints of Reef #D0DB9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 26.88%

R = 35.62%
G = 37.5%
B = 26.88%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#D0DB9D (or 0xD0DB9D) is known color: Reef. HEX triplet: D0, DB and 9D. RGB value is (208,219,157). Sum of RGB (Red+Green+Blue) = 208+219+157=584 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.62% from 584); Green value is 219 (85.94% from 255 or 37.5% from 584); Blue value is 157 (61.72% from 255 or 26.88% from 584); Max value from RGB is 219 - color contains mainly: green. Hex color #D0DB9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0DB9D is #2F2462. Grayscale: #D0D0D0. Windows color (decimal): -3089507 or 10345424. OLE color: 10345424.

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

Color convert

RGB 208 219 157 -
CMYK 0.05 0 0.28 0.14
HSL 70.65º 0.46% 0.74% -
HSV(B) 70.65º 0.28% 0.86% -
XYZ 57.43 66.51 41.71 -
YUV 208.64 98.86 127.54 -
System Red Green Blue C M Y K H S L
Decimal 208 219 157 0.05 0 0.28 0.14 70.65 0.46 0.74
Hex D0 DB 9D 5 0 1C E 47 2E 4A
Octal 320 333 235 5 0 34 16 107 56 112
Binary 11010000 11011011 10011101 101 0 11100 1110 1000111 101110 1001010

Color Harmonies of #D0DB9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DB9D

Black with #D0DB9D

Text Example


Text Example

White with #D0DB9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DB9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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