Html Css Color HEX #D0DD97 Reef

📋 copy color: '#D0DD97'

red 208 ◦ green 221 ◦ blue 151

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

Shades of Reef #D0DD97

Tints of Reef #D0DD97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 26.03%

R = 35.86%
G = 38.1%
B = 26.03%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#D0DD97 (or 0xD0DD97) is known color: Reef. HEX triplet: D0, DD and 97. RGB value is (208,221,151). Sum of RGB (Red+Green+Blue) = 208+221+151=580 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.86% from 580); Green value is 221 (86.72% from 255 or 38.10% from 580); Blue value is 151 (59.38% from 255 or 26.03% from 580); Max value from RGB is 221 - color contains mainly: green. Hex color #D0DD97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0DD97 is #2F2268. Grayscale: #D1D1D1. Windows color (decimal): -3089001 or 9952720. OLE color: 9952720.

HSL color Cylindrical-coordinate representation of color #D0DD97: hue angle of 71.14º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D0DD97 is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 221 151 -
CMYK 0.06 0 0.32 0.13
HSL 71.14º 0.51% 0.73% -
HSV(B) 71.14º 0.32% 0.87% -
XYZ 57.45 67.36 39.25 -
YUV 209.13 95.19 127.19 -
System Red Green Blue C M Y K H S L
Decimal 208 221 151 0.06 0 0.32 0.13 71.14 0.51 0.73
Hex D0 DD 97 6 0 20 D 47 33 49
Octal 320 335 227 6 0 40 15 107 63 111
Binary 11010000 11011101 10010111 110 0 100000 1101 1000111 110011 1001001

Color Harmonies of #D0DD97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DD97

Black with #D0DD97

Text Example


Text Example

White with #D0DD97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DD97; }

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

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

background-color css

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

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

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

border-color css

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

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

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