Html Css Color HEX #D0DB96 Deco

📋 copy color: '#D0DB96'

red 208 ◦ green 219 ◦ blue 150

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

Shades of Deco #D0DB96

Tints of Deco #D0DB96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 26%

R = 36.05%
G = 37.95%
B = 26%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#D0DB96 (or 0xD0DB96) is known color: Deco. HEX triplet: D0, DB and 96. RGB value is (208,219,150). Sum of RGB (Red+Green+Blue) = 208+219+150=577 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.05% from 577); Green value is 219 (85.94% from 255 or 37.95% from 577); Blue value is 150 (58.98% from 255 or 26.00% from 577); Max value from RGB is 219 - color contains mainly: green. Hex color #D0DB96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0DB96 is #2F2469. Grayscale: #D0D0D0. Windows color (decimal): -3089514 or 9886672. OLE color: 9886672.

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

Color convert

RGB 208 219 150 -
CMYK 0.05 0 0.32 0.14
HSL 69.57º 0.49% 0.72% -
HSV(B) 69.57º 0.32% 0.86% -
XYZ 56.85 66.27 38.65 -
YUV 207.85 95.36 128.11 -
System Red Green Blue C M Y K H S L
Decimal 208 219 150 0.05 0 0.32 0.14 69.57 0.49 0.72
Hex D0 DB 96 5 0 20 E 46 31 48
Octal 320 333 226 5 0 40 16 106 61 110
Binary 11010000 11011011 10010110 101 0 100000 1110 1000110 110001 1001000

Color Harmonies of #D0DB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DB96

Black with #D0DB96

Text Example


Text Example

White with #D0DB96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DB96; }

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

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

background-color css

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

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

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

border-color css

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

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

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