Html Css Color HEX #D9DBAE Orinoco

📋 copy color: '#D9DBAE'

red 217 ◦ green 219 ◦ blue 174

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

Shades of Orinoco #D9DBAE

Tints of Orinoco #D9DBAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 28.52%

R = 35.57%
G = 35.9%
B = 28.52%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#D9DBAE (or 0xD9DBAE) is known color: Orinoco. HEX triplet: D9, DB and AE. RGB value is (217,219,174). Sum of RGB (Red+Green+Blue) = 217+219+174=610 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.57% from 610); Green value is 219 (85.94% from 255 or 35.90% from 610); Blue value is 174 (68.36% from 255 or 28.52% from 610); Max value from RGB is 219 - color contains mainly: green. Hex color #D9DBAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DBAE is #262451. Grayscale: #D5D5D5. Windows color (decimal): -2499666 or 11459545. OLE color: 11459545.

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

Color convert

RGB 217 219 174 -
CMYK 0.01 0 0.21 0.14
HSL 62.67º 0.38% 0.77% -
HSV(B) 62.67º 0.21% 0.86% -
XYZ 61.59 68.47 50.01 -
YUV 213.27 105.84 130.66 -
System Red Green Blue C M Y K H S L
Decimal 217 219 174 0.01 0 0.21 0.14 62.67 0.38 0.77
Hex D9 DB AE 1 0 15 E 3F 26 4D
Octal 331 333 256 1 0 25 16 77 46 115
Binary 11011001 11011011 10101110 1 0 10101 1110 111111 100110 1001101

Color Harmonies of #D9DBAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DBAE

Black with #D9DBAE

Text Example


Text Example

White with #D9DBAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DBAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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