Html Css Color HEX #D8DAA9 Orinoco

📋 copy color: '#D8DAA9'

red 216 ◦ green 218 ◦ blue 169

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

Shades of Orinoco #D8DAA9

Tints of Orinoco #D8DAA9

RGB

 RED value IS 216 (84.77% from 255) = 35.82%

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

 BLUE value IS 169 (66.41% from 255) = 28.03%

R = 35.82%
G = 36.15%
B = 28.03%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#D8DAA9 (or 0xD8DAA9) is known color: Orinoco. HEX triplet: D8, DA and A9. RGB value is (216,218,169). Sum of RGB (Red+Green+Blue) = 216+218+169=603 (79% of max value = 765). Red value is 216 (84.77% from 255 or 35.82% from 603); Green value is 218 (85.55% from 255 or 36.15% from 603); Blue value is 169 (66.41% from 255 or 28.03% from 603); Max value from RGB is 218 - color contains mainly: green. Hex color #D8DAA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8DAA9 is #272556. Grayscale: #D4D4D4. Windows color (decimal): -2565463 or 11131608. OLE color: 11131608.

HSL color Cylindrical-coordinate representation of color #D8DAA9: hue angle of 62.45º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D8DAA9 is Cyan = 0.01, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 218 169 -
CMYK 0.01 0 0.22 0.15
HSL 62.45º 0.4% 0.76% -
HSV(B) 62.45º 0.22% 0.85% -
XYZ 60.55 67.61 47.39 -
YUV 211.82 103.84 130.98 -
System Red Green Blue C M Y K H S L
Decimal 216 218 169 0.01 0 0.22 0.15 62.45 0.4 0.76
Hex D8 DA A9 1 0 16 F 3E 28 4C
Octal 330 332 251 1 0 26 17 76 50 114
Binary 11011000 11011010 10101001 1 0 10110 1111 111110 101000 1001100

Color Harmonies of #D8DAA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DAA9

Black with #D8DAA9

Text Example


Text Example

White with #D8DAA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DAA9; }

 p { color: rgb(216,218,169); }

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

background-color css

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

 a { background-color: rgb(216,218,169); }

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

border-color css

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

 span { border-color: rgb(216,218,169); }

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