Html Css Color HEX #D1D5AD Orinoco

📋 copy color: '#D1D5AD'

red 209 ◦ green 213 ◦ blue 173

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

Shades of Orinoco #D1D5AD

Tints of Orinoco #D1D5AD

RGB

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

 GREEN value IS 213 (83.59% from 255) = 35.8%

 BLUE value IS 173 (67.97% from 255) = 29.08%

R = 35.13%
G = 35.8%
B = 29.08%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D1D5AD (or 0xD1D5AD) is known color: Orinoco. HEX triplet: D1, D5 and AD. RGB value is (209,213,173). Sum of RGB (Red+Green+Blue) = 209+213+173=595 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.13% from 595); Green value is 213 (83.59% from 255 or 35.80% from 595); Blue value is 173 (67.97% from 255 or 29.08% from 595); Max value from RGB is 213 - color contains mainly: green. Hex color #D1D5AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1D5AD is #2E2A52. Grayscale: #CFCFCF. Windows color (decimal): -3025491 or 11392465. OLE color: 11392465.

HSL color Cylindrical-coordinate representation of color #D1D5AD: hue angle of 66º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D1D5AD is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB 209 213 173 -
CMYK 0.02 0 0.19 0.16
HSL 66º 0.32% 0.76% -
HSV(B) 66º 0.19% 0.84% -
XYZ 57.63 64.16 48.88 -
YUV 207.24 108.67 129.25 -
System Red Green Blue C M Y K H S L
Decimal 209 213 173 0.02 0 0.19 0.16 66 0.32 0.76
Hex D1 D5 AD 2 0 13 10 42 20 4C
Octal 321 325 255 2 0 23 20 102 40 114
Binary 11010001 11010101 10101101 10 0 10011 10000 1000010 100000 1001100

Color Harmonies of #D1D5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D5AD

Black with #D1D5AD

Text Example


Text Example

White with #D1D5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D5AD; }

 p { color: rgb(209,213,173); }

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

background-color css

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

 a { background-color: rgb(209,213,173); }

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

border-color css

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

 span { border-color: rgb(209,213,173); }

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