Html Css Color HEX #D9DBA7 Orinoco

📋 copy color: '#D9DBA7'

red 217 ◦ green 219 ◦ blue 167

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

Shades of Orinoco #D9DBA7

Tints of Orinoco #D9DBA7

RGB

 RED value IS 217 (85.16% from 255) = 35.99%

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

 BLUE value IS 167 (65.63% from 255) = 27.69%

R = 35.99%
G = 36.32%
B = 27.69%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.24

 K value IS 0.14

RGB Variations

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

Color information

#D9DBA7 (or 0xD9DBA7) is known color: Orinoco. HEX triplet: D9, DB and A7. RGB value is (217,219,167). Sum of RGB (Red+Green+Blue) = 217+219+167=603 (79% of max value = 765). Red value is 217 (85.16% from 255 or 35.99% from 603); Green value is 219 (85.94% from 255 or 36.32% from 603); Blue value is 167 (65.62% from 255 or 27.69% from 603); Max value from RGB is 219 - color contains mainly: green. Hex color #D9DBA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DBA7 is #262458. Grayscale: #D4D4D4. Windows color (decimal): -2499673 or 11000793. OLE color: 11000793.

HSL color Cylindrical-coordinate representation of color #D9DBA7: hue angle of 62.31º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D9DBA7 is Cyan = 0.01, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.14.

Color convert

RGB 217 219 167 -
CMYK 0.01 0 0.24 0.14
HSL 62.31º 0.42% 0.76% -
HSV(B) 62.31º 0.24% 0.86% -
XYZ 60.92 68.2 46.51 -
YUV 212.47 102.34 131.23 -
System Red Green Blue C M Y K H S L
Decimal 217 219 167 0.01 0 0.24 0.14 62.31 0.42 0.76
Hex D9 DB A7 1 0 18 E 3E 2A 4C
Octal 331 333 247 1 0 30 16 76 52 114
Binary 11011001 11011011 10100111 1 0 11000 1110 111110 101010 1001100

Color Harmonies of #D9DBA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DBA7

Black with #D9DBA7

Text Example


Text Example

White with #D9DBA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DBA7; }

 p { color: rgb(217,219,167); }

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

background-color css

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

 a { background-color: rgb(217,219,167); }

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

border-color css

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

 span { border-color: rgb(217,219,167); }

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