Html Css Color HEX #D3DB9F Orinoco

📋 copy color: '#D3DB9F'

red 211 ◦ green 219 ◦ blue 159

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

Shades of Orinoco #D3DB9F

Tints of Orinoco #D3DB9F

RGB

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

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

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

R = 35.82%
G = 37.18%
B = 26.99%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#D3DB9F (or 0xD3DB9F) is known color: Orinoco. HEX triplet: D3, DB and 9F. RGB value is (211,219,159). Sum of RGB (Red+Green+Blue) = 211+219+159=589 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.82% from 589); Green value is 219 (85.94% from 255 or 37.18% from 589); Blue value is 159 (62.5% from 255 or 26.99% from 589); Max value from RGB is 219 - color contains mainly: green. Hex color #D3DB9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3DB9F is #2C2460. Grayscale: #D2D2D2. Windows color (decimal): -2892897 or 10476499. OLE color: 10476499.

HSL color Cylindrical-coordinate representation of color #D3DB9F: hue angle of 68º 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 #D3DB9F is Cyan = 0.04, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB 211 219 159 -
CMYK 0.04 0 0.27 0.14
HSL 68º 0.45% 0.74% -
HSV(B) 68º 0.27% 0.86% -
XYZ 58.45 67.02 42.66 -
YUV 209.77 99.35 128.88 -
System Red Green Blue C M Y K H S L
Decimal 211 219 159 0.04 0 0.27 0.14 68 0.45 0.74
Hex D3 DB 9F 4 0 1B E 44 2D 4A
Octal 323 333 237 4 0 33 16 104 55 112
Binary 11010011 11011011 10011111 100 0 11011 1110 1000100 101101 1001010

Color Harmonies of #D3DB9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3DB9F

Black with #D3DB9F

Text Example


Text Example

White with #D3DB9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3DB9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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