Html Css Color HEX #D1D9A5 Orinoco

📋 copy color: '#D1D9A5'

red 209 ◦ green 217 ◦ blue 165

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

Shades of Orinoco #D1D9A5

Tints of Orinoco #D1D9A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 27.92%

R = 35.36%
G = 36.72%
B = 27.92%

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

#D1D9A5 (or 0xD1D9A5) is known color: Orinoco. HEX triplet: D1, D9 and A5. RGB value is (209,217,165). Sum of RGB (Red+Green+Blue) = 209+217+165=591 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.36% from 591); Green value is 217 (85.16% from 255 or 36.72% from 591); Blue value is 165 (64.84% from 255 or 27.92% from 591); Max value from RGB is 217 - color contains mainly: green. Hex color #D1D9A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1D9A5 is #2E265A. Grayscale: #D0D0D0. Windows color (decimal): -3024475 or 10869201. OLE color: 10869201.

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

Color convert

RGB 209 217 165 -
CMYK 0.04 0 0.24 0.15
HSL 69.23º 0.41% 0.75% -
HSV(B) 69.23º 0.24% 0.85% -
XYZ 57.9 65.9 45.27 -
YUV 208.68 103.35 128.23 -
System Red Green Blue C M Y K H S L
Decimal 209 217 165 0.04 0 0.24 0.15 69.23 0.41 0.75
Hex D1 D9 A5 4 0 18 F 45 29 4B
Octal 321 331 245 4 0 30 17 105 51 113
Binary 11010001 11011001 10100101 100 0 11000 1111 1000101 101001 1001011

Color Harmonies of #D1D9A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D9A5

Black with #D1D9A5

Text Example


Text Example

White with #D1D9A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D9A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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