Html Css Color HEX #D0DB99 Reef

📋 copy color: '#D0DB99'

red 208 ◦ green 219 ◦ blue 153

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

Shades of Reef #D0DB99

Tints of Reef #D0DB99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 26.38%

R = 35.86%
G = 37.76%
B = 26.38%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#D0DB99 (or 0xD0DB99) is known color: Reef. HEX triplet: D0, DB and 99. RGB value is (208,219,153). Sum of RGB (Red+Green+Blue) = 208+219+153=580 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.86% from 580); Green value is 219 (85.94% from 255 or 37.76% from 580); Blue value is 153 (60.16% from 255 or 26.38% from 580); Max value from RGB is 219 - color contains mainly: green. Hex color #D0DB99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0DB99 is #2F2466. Grayscale: #D0D0D0. Windows color (decimal): -3089511 or 10083280. OLE color: 10083280.

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

Color convert

RGB 208 219 153 -
CMYK 0.05 0 0.30 0.14
HSL 70º 0.48% 0.73% -
HSV(B) 70º 0.3% 0.86% -
XYZ 57.09 66.37 39.94 -
YUV 208.19 96.86 127.87 -
System Red Green Blue C M Y K H S L
Decimal 208 219 153 0.05 0 0.30 0.14 70 0.48 0.73
Hex D0 DB 99 5 0 1E E 46 30 49
Octal 320 333 231 5 0 36 16 106 60 111
Binary 11010000 11011011 10011001 101 0 11110 1110 1000110 110000 1001001

Color Harmonies of #D0DB99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DB99

Black with #D0DB99

Text Example


Text Example

White with #D0DB99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DB99; }

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

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

background-color css

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

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

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

border-color css

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

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

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