Html Css Color HEX #D3DB9E Orinoco

📋 copy color: '#D3DB9E'

red 211 ◦ green 219 ◦ blue 158

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

Shades of Orinoco #D3DB9E

Tints of Orinoco #D3DB9E

RGB

 RED value IS 211 (82.81% from 255) = 35.88%

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

 BLUE value IS 158 (62.11% from 255) = 26.87%

R = 35.88%
G = 37.24%
B = 26.87%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#D3DB9E (or 0xD3DB9E) is known color: Orinoco. HEX triplet: D3, DB and 9E. RGB value is (211,219,158). Sum of RGB (Red+Green+Blue) = 211+219+158=588 (77% of max value = 765). Red value is 211 (82.81% from 255 or 35.88% from 588); Green value is 219 (85.94% from 255 or 37.24% from 588); Blue value is 158 (62.11% from 255 or 26.87% from 588); Max value from RGB is 219 - color contains mainly: green. Hex color #D3DB9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3DB9E is #2C2461. Grayscale: #D1D1D1. Windows color (decimal): -2892898 or 10410963. OLE color: 10410963.

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

Color convert

RGB 211 219 158 -
CMYK 0.04 0 0.28 0.14
HSL 67.87º 0.46% 0.74% -
HSV(B) 67.87º 0.28% 0.86% -
XYZ 58.37 66.98 42.2 -
YUV 209.65 98.85 128.96 -
System Red Green Blue C M Y K H S L
Decimal 211 219 158 0.04 0 0.28 0.14 67.87 0.46 0.74
Hex D3 DB 9E 4 0 1C E 44 2E 4A
Octal 323 333 236 4 0 34 16 104 56 112
Binary 11010011 11011011 10011110 100 0 11100 1110 1000100 101110 1001010

Color Harmonies of #D3DB9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3DB9E

Black with #D3DB9E

Text Example


Text Example

White with #D3DB9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3DB9E; }

 p { color: rgb(211,219,158); }

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

background-color css

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

 a { background-color: rgb(211,219,158); }

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

border-color css

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

 span { border-color: rgb(211,219,158); }

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