Html Css Color HEX #D1DAA1 Orinoco

📋 copy color: '#D1DAA1'

red 209 ◦ green 218 ◦ blue 161

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

Shades of Orinoco #D1DAA1

Tints of Orinoco #D1DAA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 27.38%

R = 35.54%
G = 37.07%
B = 27.38%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#D1DAA1 (or 0xD1DAA1) is known color: Orinoco. HEX triplet: D1, DA and A1. RGB value is (209,218,161). Sum of RGB (Red+Green+Blue) = 209+218+161=588 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.54% from 588); Green value is 218 (85.55% from 255 or 37.07% from 588); Blue value is 161 (63.28% from 255 or 27.38% from 588); Max value from RGB is 218 - color contains mainly: green. Hex color #D1DAA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1DAA1 is #2E255E. Grayscale: #D1D1D1. Windows color (decimal): -3024223 or 10607313. OLE color: 10607313.

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

Color convert

RGB 209 218 161 -
CMYK 0.04 0 0.26 0.15
HSL 69.47º 0.44% 0.74% -
HSV(B) 69.47º 0.26% 0.85% -
XYZ 57.8 66.27 43.46 -
YUV 208.81 101.02 128.13 -
System Red Green Blue C M Y K H S L
Decimal 209 218 161 0.04 0 0.26 0.15 69.47 0.44 0.74
Hex D1 DA A1 4 0 1A F 45 2C 4A
Octal 321 332 241 4 0 32 17 105 54 112
Binary 11010001 11011010 10100001 100 0 11010 1111 1000101 101100 1001010

Color Harmonies of #D1DAA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DAA1

Black with #D1DAA1

Text Example


Text Example

White with #D1DAA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DAA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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