Html Css Color HEX #D5D4AD Orinoco

📋 copy color: '#D5D4AD'

red 213 ◦ green 212 ◦ blue 173

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

Shades of Orinoco #D5D4AD

Tints of Orinoco #D5D4AD

RGB

 RED value IS 213 (83.59% from 255) = 35.62%

 GREEN value IS 212 (83.2% from 255) = 35.45%

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

R = 35.62%
G = 35.45%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D5D4AD (or 0xD5D4AD) is known color: Orinoco. HEX triplet: D5, D4 and AD. RGB value is (213,212,173). Sum of RGB (Red+Green+Blue) = 213+212+173=598 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.62% from 598); Green value is 212 (83.20% from 255 or 35.45% from 598); Blue value is 173 (67.97% from 255 or 28.93% from 598); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D4AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5D4AD is #2A2B52. Grayscale: #D0D0D0. Windows color (decimal): -2763603 or 11392213. OLE color: 11392213.

HSL color Cylindrical-coordinate representation of color #D5D4AD: hue angle of 58.5º 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 #D5D4AD is Cyan = 0, Magento = 0.00, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 212 173 -
CMYK 0 0.00 0.19 0.16
HSL 58.5º 0.32% 0.76% -
HSV(B) 58.5º 0.19% 0.84% -
XYZ 58.53 64.25 48.85 -
YUV 207.85 108.33 131.67 -
System Red Green Blue C M Y K H S L
Decimal 213 212 173 0 0.00 0.19 0.16 58.5 0.32 0.76
Hex D5 D4 AD 0 0 13 10 3A 20 4C
Octal 325 324 255 0 0 23 20 72 40 114
Binary 11010101 11010100 10101101 0 0 10011 10000 111010 100000 1001100

Color Harmonies of #D5D4AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D4AD

Black with #D5D4AD

Text Example


Text Example

White with #D5D4AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D4AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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