Html Css Color HEX #D1DAA9 Orinoco

📋 copy color: '#D1DAA9'

red 209 ◦ green 218 ◦ blue 169

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

Shades of Orinoco #D1DAA9

Tints of Orinoco #D1DAA9

RGB

 RED value IS 209 (82.03% from 255) = 35.07%

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

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

R = 35.07%
G = 36.58%
B = 28.36%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#D1DAA9 (or 0xD1DAA9) is known color: Orinoco. HEX triplet: D1, DA and A9. RGB value is (209,218,169). Sum of RGB (Red+Green+Blue) = 209+218+169=596 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.07% from 596); Green value is 218 (85.55% from 255 or 36.58% from 596); Blue value is 169 (66.41% from 255 or 28.36% from 596); Max value from RGB is 218 - color contains mainly: green. Hex color #D1DAA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1DAA9 is #2E2556. Grayscale: #D1D1D1. Windows color (decimal): -3024215 or 11131601. OLE color: 11131601.

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

Color convert

RGB 209 218 169 -
CMYK 0.04 0 0.22 0.15
HSL 71.02º 0.4% 0.76% -
HSV(B) 71.02º 0.22% 0.85% -
XYZ 58.53 66.56 47.3 -
YUV 209.72 105.02 127.48 -
System Red Green Blue C M Y K H S L
Decimal 209 218 169 0.04 0 0.22 0.15 71.02 0.4 0.76
Hex D1 DA A9 4 0 16 F 47 28 4C
Octal 321 332 251 4 0 26 17 107 50 114
Binary 11010001 11011010 10101001 100 0 10110 1111 1000111 101000 1001100

Color Harmonies of #D1DAA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DAA9

Black with #D1DAA9

Text Example


Text Example

White with #D1DAA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DAA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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