Html Css Color HEX #D2DB9E Orinoco

📋 copy color: '#D2DB9E'

red 210 ◦ green 219 ◦ blue 158

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

Shades of Orinoco #D2DB9E

Tints of Orinoco #D2DB9E

RGB

 RED value IS 210 (82.42% from 255) = 35.78%

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

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

R = 35.78%
G = 37.31%
B = 26.92%

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

#D2DB9E (or 0xD2DB9E) is known color: Orinoco. HEX triplet: D2, DB and 9E. RGB value is (210,219,158). Sum of RGB (Red+Green+Blue) = 210+219+158=587 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.78% from 587); Green value is 219 (85.94% from 255 or 37.31% from 587); Blue value is 158 (62.11% from 255 or 26.92% from 587); Max value from RGB is 219 - color contains mainly: green. Hex color #D2DB9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2DB9E is #2D2461. Grayscale: #D1D1D1. Windows color (decimal): -2958434 or 10410962. OLE color: 10410962.

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

Color convert

RGB 210 219 158 -
CMYK 0.04 0 0.28 0.14
HSL 68.85º 0.46% 0.74% -
HSV(B) 68.85º 0.28% 0.86% -
XYZ 58.08 66.83 42.19 -
YUV 209.36 99.02 128.46 -
System Red Green Blue C M Y K H S L
Decimal 210 219 158 0.04 0 0.28 0.14 68.85 0.46 0.74
Hex D2 DB 9E 4 0 1C E 45 2E 4A
Octal 322 333 236 4 0 34 16 105 56 112
Binary 11010010 11011011 10011110 100 0 11100 1110 1000101 101110 1001010

Color Harmonies of #D2DB9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DB9E

Black with #D2DB9E

Text Example


Text Example

White with #D2DB9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DB9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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