Html Css Color HEX #D9DAB9 Orinoco

📋 copy color: '#D9DAB9'

red 217 ◦ green 218 ◦ blue 185

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

Shades of Orinoco #D9DAB9

Tints of Orinoco #D9DAB9

RGB

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

 GREEN value IS 218 (85.55% from 255) = 35.16%

 BLUE value IS 185 (72.66% from 255) = 29.84%

R = 35%
G = 35.16%
B = 29.84%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#D9DAB9 (or 0xD9DAB9) is known color: Orinoco. HEX triplet: D9, DA and B9. RGB value is (217,218,185). Sum of RGB (Red+Green+Blue) = 217+218+185=620 (82% of max value = 765). Red value is 217 (85.16% from 255 or 35% from 620); Green value is 218 (85.55% from 255 or 35.16% from 620); Blue value is 185 (72.66% from 255 or 29.84% from 620); Max value from RGB is 218 - color contains mainly: green. Hex color #D9DAB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DAB9 is #262546. Grayscale: #D6D6D6. Windows color (decimal): -2499911 or 12180185. OLE color: 12180185.

HSL color Cylindrical-coordinate representation of color #D9DAB9: hue angle of 61.82º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D9DAB9 is Cyan = 0.00, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 218 185 -
CMYK 0.00 0 0.15 0.15
HSL 61.82º 0.31% 0.79% -
HSV(B) 61.82º 0.15% 0.85% -
XYZ 62.44 68.4 55.81 -
YUV 213.94 111.67 130.18 -
System Red Green Blue C M Y K H S L
Decimal 217 218 185 0.00 0 0.15 0.15 61.82 0.31 0.79
Hex D9 DA B9 0 0 F F 3E 1F 4F
Octal 331 332 271 0 0 17 17 76 37 117
Binary 11011001 11011010 10111001 0 0 1111 1111 111110 11111 1001111

Color Harmonies of #D9DAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DAB9

Black with #D9DAB9

Text Example


Text Example

White with #D9DAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DAB9; }

 p { color: rgb(217,218,185); }

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

background-color css

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

 a { background-color: rgb(217,218,185); }

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

border-color css

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

 span { border-color: rgb(217,218,185); }

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