Html Css Color HEX #D1D7AA Orinoco

📋 copy color: '#D1D7AA'

red 209 ◦ green 215 ◦ blue 170

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

Shades of Orinoco #D1D7AA

Tints of Orinoco #D1D7AA

RGB

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

 GREEN value IS 215 (84.38% from 255) = 36.2%

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

R = 35.19%
G = 36.2%
B = 28.62%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D1D7AA (or 0xD1D7AA) is known color: Orinoco. HEX triplet: D1, D7 and AA. RGB value is (209,215,170). Sum of RGB (Red+Green+Blue) = 209+215+170=594 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.19% from 594); Green value is 215 (84.38% from 255 or 36.20% from 594); Blue value is 170 (66.80% from 255 or 28.62% from 594); Max value from RGB is 215 - color contains mainly: green. Hex color #D1D7AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1D7AA is #2E2855. Grayscale: #D0D0D0. Windows color (decimal): -3024982 or 11196369. OLE color: 11196369.

HSL color Cylindrical-coordinate representation of color #D1D7AA: hue angle of 68º degrees, saturation: 0.36, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D1D7AA is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB 209 215 170 -
CMYK 0.03 0 0.21 0.16
HSL 68º 0.36% 0.75% -
HSV(B) 68º 0.21% 0.84% -
XYZ 57.85 65.06 47.54 -
YUV 208.08 106.51 128.66 -
System Red Green Blue C M Y K H S L
Decimal 209 215 170 0.03 0 0.21 0.16 68 0.36 0.75
Hex D1 D7 AA 3 0 15 10 44 24 4B
Octal 321 327 252 3 0 25 20 104 44 113
Binary 11010001 11010111 10101010 11 0 10101 10000 1000100 100100 1001011

Color Harmonies of #D1D7AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D7AA

Black with #D1D7AA

Text Example


Text Example

White with #D1D7AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D7AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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