Html Css Color HEX #D1D9AB Orinoco

📋 copy color: '#D1D9AB'

red 209 ◦ green 217 ◦ blue 171

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

Shades of Orinoco #D1D9AB

Tints of Orinoco #D1D9AB

RGB

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

 GREEN value IS 217 (85.16% from 255) = 36.35%

 BLUE value IS 171 (67.19% from 255) = 28.64%

R = 35.01%
G = 36.35%
B = 28.64%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D1D9AB (or 0xD1D9AB) is known color: Orinoco. HEX triplet: D1, D9 and AB. RGB value is (209,217,171). Sum of RGB (Red+Green+Blue) = 209+217+171=597 (79% of max value = 765). Red value is 209 (82.03% from 255 or 35.01% from 597); Green value is 217 (85.16% from 255 or 36.35% from 597); Blue value is 171 (67.19% from 255 or 28.64% from 597); Max value from RGB is 217 - color contains mainly: green. Hex color #D1D9AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1D9AB is #2E2654. Grayscale: #D1D1D1. Windows color (decimal): -3024469 or 11262417. OLE color: 11262417.

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

Color convert

RGB 209 217 171 -
CMYK 0.04 0 0.21 0.15
HSL 70.43º 0.38% 0.76% -
HSV(B) 70.43º 0.21% 0.85% -
XYZ 58.46 66.12 48.21 -
YUV 209.36 106.35 127.74 -
System Red Green Blue C M Y K H S L
Decimal 209 217 171 0.04 0 0.21 0.15 70.43 0.38 0.76
Hex D1 D9 AB 4 0 15 F 46 26 4C
Octal 321 331 253 4 0 25 17 106 46 114
Binary 11010001 11011001 10101011 100 0 10101 1111 1000110 100110 1001100

Color Harmonies of #D1D9AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D9AB

Black with #D1D9AB

Text Example


Text Example

White with #D1D9AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D9AB; }

 p { color: rgb(209,217,171); }

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

background-color css

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

 a { background-color: rgb(209,217,171); }

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

border-color css

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

 span { border-color: rgb(209,217,171); }

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