Html Css Color HEX #D0DC99 Reef

📋 copy color: '#D0DC99'

red 208 ◦ green 220 ◦ blue 153

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

Shades of Reef #D0DC99

Tints of Reef #D0DC99

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.87%

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

R = 35.8%
G = 37.87%
B = 26.33%

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

#D0DC99 (or 0xD0DC99) is known color: Reef. HEX triplet: D0, DC and 99. RGB value is (208,220,153). Sum of RGB (Red+Green+Blue) = 208+220+153=581 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.80% from 581); Green value is 220 (86.33% from 255 or 37.87% from 581); Blue value is 153 (60.16% from 255 or 26.33% from 581); Max value from RGB is 220 - color contains mainly: green. Hex color #D0DC99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0DC99 is #2F2366. Grayscale: #D1D1D1. Windows color (decimal): -3089255 or 10083536. OLE color: 10083536.

HSL color Cylindrical-coordinate representation of color #D0DC99: hue angle of 70.75º degrees, saturation: 0.49, 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 #D0DC99 is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB 208 220 153 -
CMYK 0.05 0 0.30 0.14
HSL 70.75º 0.49% 0.73% -
HSV(B) 70.75º 0.3% 0.86% -
XYZ 57.36 66.9 40.03 -
YUV 208.77 96.52 127.45 -
System Red Green Blue C M Y K H S L
Decimal 208 220 153 0.05 0 0.30 0.14 70.75 0.49 0.73
Hex D0 DC 99 5 0 1E E 47 31 49
Octal 320 334 231 5 0 36 16 107 61 111
Binary 11010000 11011100 10011001 101 0 11110 1110 1000111 110001 1001001

Color Harmonies of #D0DC99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DC99

Black with #D0DC99

Text Example


Text Example

White with #D0DC99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DC99; }

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

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

background-color css

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

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

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

border-color css

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

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

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