Html Css Color HEX #D1DAA6 Orinoco

📋 copy color: '#D1DAA6'

red 209 ◦ green 218 ◦ blue 166

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

Shades of Orinoco #D1DAA6

Tints of Orinoco #D1DAA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 27.99%

R = 35.24%
G = 36.76%
B = 27.99%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#D1DAA6 (or 0xD1DAA6) is known color: Orinoco. HEX triplet: D1, DA and A6. RGB value is (209,218,166). Sum of RGB (Red+Green+Blue) = 209+218+166=593 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.24% from 593); Green value is 218 (85.55% from 255 or 36.76% from 593); Blue value is 166 (65.23% from 255 or 27.99% from 593); Max value from RGB is 218 - color contains mainly: green. Hex color #D1DAA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1DAA6 is #2E2559. Grayscale: #D1D1D1. Windows color (decimal): -3024218 or 10934993. OLE color: 10934993.

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

Color convert

RGB 209 218 166 -
CMYK 0.04 0 0.24 0.15
HSL 70.38º 0.41% 0.75% -
HSV(B) 70.38º 0.24% 0.85% -
XYZ 58.25 66.45 45.83 -
YUV 209.38 103.52 127.73 -
System Red Green Blue C M Y K H S L
Decimal 209 218 166 0.04 0 0.24 0.15 70.38 0.41 0.75
Hex D1 DA A6 4 0 18 F 46 29 4B
Octal 321 332 246 4 0 30 17 106 51 113
Binary 11010001 11011010 10100110 100 0 11000 1111 1000110 101001 1001011

Color Harmonies of #D1DAA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DAA6

Black with #D1DAA6

Text Example


Text Example

White with #D1DAA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DAA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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