Html Css Color HEX #D0DB9F Orinoco

📋 copy color: '#D0DB9F'

red 208 ◦ green 219 ◦ blue 159

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

Shades of Orinoco #D0DB9F

Tints of Orinoco #D0DB9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 27.13%

R = 35.49%
G = 37.37%
B = 27.13%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#D0DB9F (or 0xD0DB9F) is known color: Orinoco. HEX triplet: D0, DB and 9F. RGB value is (208,219,159). Sum of RGB (Red+Green+Blue) = 208+219+159=586 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.49% from 586); Green value is 219 (85.94% from 255 or 37.37% from 586); Blue value is 159 (62.5% from 255 or 27.13% from 586); Max value from RGB is 219 - color contains mainly: green. Hex color #D0DB9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0DB9F is #2F2460. Grayscale: #D1D1D1. Windows color (decimal): -3089505 or 10476496. OLE color: 10476496.

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

Color convert

RGB 208 219 159 -
CMYK 0.05 0 0.27 0.14
HSL 71º 0.45% 0.74% -
HSV(B) 71º 0.27% 0.86% -
XYZ 57.6 66.58 42.62 -
YUV 208.87 99.86 127.38 -
System Red Green Blue C M Y K H S L
Decimal 208 219 159 0.05 0 0.27 0.14 71 0.45 0.74
Hex D0 DB 9F 5 0 1B E 47 2D 4A
Octal 320 333 237 5 0 33 16 107 55 112
Binary 11010000 11011011 10011111 101 0 11011 1110 1000111 101101 1001010

Color Harmonies of #D0DB9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DB9F

Black with #D0DB9F

Text Example


Text Example

White with #D0DB9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DB9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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