Html Css Color HEX #D1D9AA Orinoco

📋 copy color: '#D1D9AA'

red 209 ◦ green 217 ◦ blue 170

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

Shades of Orinoco #D1D9AA

Tints of Orinoco #D1D9AA

RGB

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

 GREEN value IS 217 (85.16% from 255) = 36.41%

 BLUE value IS 170 (66.8% from 255) = 28.52%

R = 35.07%
G = 36.41%
B = 28.52%

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

#D1D9AA (or 0xD1D9AA) is known color: Orinoco. HEX triplet: D1, D9 and AA. RGB value is (209,217,170). Sum of RGB (Red+Green+Blue) = 209+217+170=596 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.07% from 596); Green value is 217 (85.16% from 255 or 36.41% from 596); Blue value is 170 (66.80% from 255 or 28.52% from 596); Max value from RGB is 217 - color contains mainly: green. Hex color #D1D9AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1D9AA is #2E2655. Grayscale: #D1D1D1. Windows color (decimal): -3024470 or 11196881. OLE color: 11196881.

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

Color convert

RGB 209 217 170 -
CMYK 0.04 0 0.22 0.15
HSL 70.21º 0.38% 0.76% -
HSV(B) 70.21º 0.22% 0.85% -
XYZ 58.36 66.08 47.71 -
YUV 209.25 105.85 127.82 -
System Red Green Blue C M Y K H S L
Decimal 209 217 170 0.04 0 0.22 0.15 70.21 0.38 0.76
Hex D1 D9 AA 4 0 16 F 46 26 4C
Octal 321 331 252 4 0 26 17 106 46 114
Binary 11010001 11011001 10101010 100 0 10110 1111 1000110 100110 1001100

Color Harmonies of #D1D9AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D9AA

Black with #D1D9AA

Text Example


Text Example

White with #D1D9AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D9AA; }

 p { color: rgb(209,217,170); }

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

background-color css

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

 a { background-color: rgb(209,217,170); }

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

border-color css

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

 span { border-color: rgb(209,217,170); }

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