Html Css Color HEX #D1DAB1 Orinoco

📋 copy color: '#D1DAB1'

red 209 ◦ green 218 ◦ blue 177

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

Shades of Orinoco #D1DAB1

Tints of Orinoco #D1DAB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 29.3%

R = 34.6%
G = 36.09%
B = 29.3%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D1DAB1 (or 0xD1DAB1) is known color: Orinoco. HEX triplet: D1, DA and B1. RGB value is (209,218,177). Sum of RGB (Red+Green+Blue) = 209+218+177=604 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.60% from 604); Green value is 218 (85.55% from 255 or 36.09% from 604); Blue value is 177 (69.53% from 255 or 29.30% from 604); Max value from RGB is 218 - color contains mainly: green. Hex color #D1DAB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1DAB1 is #2E254E. Grayscale: #D2D2D2. Windows color (decimal): -3024207 or 11655889. OLE color: 11655889.

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

Color convert

RGB 209 218 177 -
CMYK 0.04 0 0.19 0.15
HSL 73.17º 0.36% 0.77% -
HSV(B) 73.17º 0.19% 0.85% -
XYZ 59.3 66.87 51.38 -
YUV 210.64 109.02 126.83 -
System Red Green Blue C M Y K H S L
Decimal 209 218 177 0.04 0 0.19 0.15 73.17 0.36 0.77
Hex D1 DA B1 4 0 13 F 49 24 4D
Octal 321 332 261 4 0 23 17 111 44 115
Binary 11010001 11011010 10110001 100 0 10011 1111 1001001 100100 1001101

Color Harmonies of #D1DAB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DAB1

Black with #D1DAB1

Text Example


Text Example

White with #D1DAB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DAB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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