Html Css Color HEX #D1D5AA Orinoco

📋 copy color: '#D1D5AA'

red 209 ◦ green 213 ◦ blue 170

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

Shades of Orinoco #D1D5AA

Tints of Orinoco #D1D5AA

RGB

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

 GREEN value IS 213 (83.59% from 255) = 35.98%

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

R = 35.3%
G = 35.98%
B = 28.72%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D1D5AA (or 0xD1D5AA) is known color: Orinoco. HEX triplet: D1, D5 and AA. RGB value is (209,213,170). Sum of RGB (Red+Green+Blue) = 209+213+170=592 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.30% from 592); Green value is 213 (83.59% from 255 or 35.98% from 592); Blue value is 170 (66.80% from 255 or 28.72% from 592); Max value from RGB is 213 - color contains mainly: green. Hex color #D1D5AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1D5AA is #2E2A55. Grayscale: #CFCFCF. Windows color (decimal): -3025494 or 11195857. OLE color: 11195857.

HSL color Cylindrical-coordinate representation of color #D1D5AA: hue angle of 65.58º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D1D5AA is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 209 213 170 -
CMYK 0.02 0 0.20 0.16
HSL 65.58º 0.34% 0.75% -
HSV(B) 65.58º 0.2% 0.84% -
XYZ 57.34 64.05 47.37 -
YUV 206.9 107.17 129.5 -
System Red Green Blue C M Y K H S L
Decimal 209 213 170 0.02 0 0.20 0.16 65.58 0.34 0.75
Hex D1 D5 AA 2 0 14 10 42 22 4B
Octal 321 325 252 2 0 24 20 102 42 113
Binary 11010001 11010101 10101010 10 0 10100 10000 1000010 100010 1001011

Color Harmonies of #D1D5AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D5AA

Black with #D1D5AA

Text Example


Text Example

White with #D1D5AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D5AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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