Html Css Color HEX #D9D9AD Orinoco

📋 copy color: '#D9D9AD'

red 217 ◦ green 217 ◦ blue 173

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

Shades of Orinoco #D9D9AD

Tints of Orinoco #D9D9AD

RGB

 RED value IS 217 (85.16% from 255) = 35.75%

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

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

R = 35.75%
G = 35.75%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#D9D9AD (or 0xD9D9AD) is known color: Orinoco. HEX triplet: D9, D9 and AD. RGB value is (217,217,173). Sum of RGB (Red+Green+Blue) = 217+217+173=607 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.75% from 607); Green value is 217 (85.16% from 255 or 35.75% from 607); Blue value is 173 (67.97% from 255 or 28.50% from 607); Max value from RGB is 217 - color contains mainly: red, green. Hex color #D9D9AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9D9AD is #262652. Grayscale: #D4D4D4. Windows color (decimal): -2500179 or 11393497. OLE color: 11393497.

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

Color convert

RGB 217 217 173 -
CMYK 0 0 0.20 0.15
HSL 60º 0.37% 0.76% -
HSV(B) 60º 0.2% 0.85% -
XYZ 60.97 67.39 49.33 -
YUV 211.98 106 131.58 -
System Red Green Blue C M Y K H S L
Decimal 217 217 173 0 0 0.20 0.15 60 0.37 0.76
Hex D9 D9 AD 0 0 14 F 3C 25 4C
Octal 331 331 255 0 0 24 17 74 45 114
Binary 11011001 11011001 10101101 0 0 10100 1111 111100 100101 1001100

Color Harmonies of #D9D9AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9D9AD

Black with #D9D9AD

Text Example


Text Example

White with #D9D9AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9D9AD; }

 p { color: rgb(217,217,173); }

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

background-color css

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

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

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

border-color css

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

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

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