Html Css Color HEX #D7D9AD Orinoco

📋 copy color: '#D7D9AD'

red 215 ◦ green 217 ◦ blue 173

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

Shades of Orinoco #D7D9AD

Tints of Orinoco #D7D9AD

RGB

 RED value IS 215 (84.38% from 255) = 35.54%

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

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

R = 35.54%
G = 35.87%
B = 28.6%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#D7D9AD (or 0xD7D9AD) is known color: Orinoco. HEX triplet: D7, D9 and AD. RGB value is (215,217,173). Sum of RGB (Red+Green+Blue) = 215+217+173=605 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.54% from 605); Green value is 217 (85.16% from 255 or 35.87% from 605); Blue value is 173 (67.97% from 255 or 28.60% from 605); Max value from RGB is 217 - color contains mainly: green. Hex color #D7D9AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7D9AD is #282652. Grayscale: #D3D3D3. Windows color (decimal): -2631251 or 11393495. OLE color: 11393495.

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

Color convert

RGB 215 217 173 -
CMYK 0.01 0 0.20 0.15
HSL 62.73º 0.37% 0.76% -
HSV(B) 62.73º 0.2% 0.85% -
XYZ 60.38 67.09 49.3 -
YUV 211.39 106.34 130.58 -
System Red Green Blue C M Y K H S L
Decimal 215 217 173 0.01 0 0.20 0.15 62.73 0.37 0.76
Hex D7 D9 AD 1 0 14 F 3F 25 4C
Octal 327 331 255 1 0 24 17 77 45 114
Binary 11010111 11011001 10101101 1 0 10100 1111 111111 100101 1001100

Color Harmonies of #D7D9AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D9AD

Black with #D7D9AD

Text Example


Text Example

White with #D7D9AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D9AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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