Html Css Color HEX #D1D9AC Orinoco

📋 copy color: '#D1D9AC'

red 209 ◦ green 217 ◦ blue 172

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

Shades of Orinoco #D1D9AC

Tints of Orinoco #D1D9AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 28.76%

R = 34.95%
G = 36.29%
B = 28.76%

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

#D1D9AC (or 0xD1D9AC) is known color: Orinoco. HEX triplet: D1, D9 and AC. RGB value is (209,217,172). Sum of RGB (Red+Green+Blue) = 209+217+172=598 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.95% from 598); Green value is 217 (85.16% from 255 or 36.29% from 598); Blue value is 172 (67.58% from 255 or 28.76% from 598); Max value from RGB is 217 - color contains mainly: green. Hex color #D1D9AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1D9AC is #2E2653. Grayscale: #D1D1D1. Windows color (decimal): -3024468 or 11327953. OLE color: 11327953.

HSL color Cylindrical-coordinate representation of color #D1D9AC: hue angle of 70.67º degrees, saturation: 0.37, 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 #D1D9AC is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB 209 217 172 -
CMYK 0.04 0 0.21 0.15
HSL 70.67º 0.37% 0.76% -
HSV(B) 70.67º 0.21% 0.85% -
XYZ 58.55 66.16 48.71 -
YUV 209.48 106.85 127.66 -
System Red Green Blue C M Y K H S L
Decimal 209 217 172 0.04 0 0.21 0.15 70.67 0.37 0.76
Hex D1 D9 AC 4 0 15 F 47 25 4C
Octal 321 331 254 4 0 25 17 107 45 114
Binary 11010001 11011001 10101100 100 0 10101 1111 1000111 100101 1001100

Color Harmonies of #D1D9AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D9AC

Black with #D1D9AC

Text Example


Text Example

White with #D1D9AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D9AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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