Html Css Color HEX #D1DAA0 Orinoco

📋 copy color: '#D1DAA0'

red 209 ◦ green 218 ◦ blue 160

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

Shades of Orinoco #D1DAA0

Tints of Orinoco #D1DAA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 27.26%

R = 35.6%
G = 37.14%
B = 27.26%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#D1DAA0 (or 0xD1DAA0) is known color: Orinoco. HEX triplet: D1, DA and A0. RGB value is (209,218,160). Sum of RGB (Red+Green+Blue) = 209+218+160=587 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.60% from 587); Green value is 218 (85.55% from 255 or 37.14% from 587); Blue value is 160 (62.89% from 255 or 27.26% from 587); Max value from RGB is 218 - color contains mainly: green. Hex color #D1DAA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1DAA0 is #2E255F. Grayscale: #D0D0D0. Windows color (decimal): -3024224 or 10541777. OLE color: 10541777.

HSL color Cylindrical-coordinate representation of color #D1DAA0: hue angle of 69.31º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D1DAA0 is Cyan = 0.04, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB 209 218 160 -
CMYK 0.04 0 0.27 0.15
HSL 69.31º 0.44% 0.74% -
HSV(B) 69.31º 0.27% 0.85% -
XYZ 57.71 66.24 43 -
YUV 208.7 100.52 128.22 -
System Red Green Blue C M Y K H S L
Decimal 209 218 160 0.04 0 0.27 0.15 69.31 0.44 0.74
Hex D1 DA A0 4 0 1B F 45 2C 4A
Octal 321 332 240 4 0 33 17 105 54 112
Binary 11010001 11011010 10100000 100 0 11011 1111 1000101 101100 1001010

Color Harmonies of #D1DAA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DAA0

Black with #D1DAA0

Text Example


Text Example

White with #D1DAA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DAA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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