Html Css Color HEX #D4D3AD Orinoco

📋 copy color: '#D4D3AD'

red 212 ◦ green 211 ◦ blue 173

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

Shades of Orinoco #D4D3AD

Tints of Orinoco #D4D3AD

RGB

 RED value IS 212 (83.2% from 255) = 35.57%

 GREEN value IS 211 (82.81% from 255) = 35.4%

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

R = 35.57%
G = 35.4%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.18

 K value IS 0.17

RGB Variations

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

Color information

#D4D3AD (or 0xD4D3AD) is known color: Orinoco. HEX triplet: D4, D3 and AD. RGB value is (212,211,173). Sum of RGB (Red+Green+Blue) = 212+211+173=596 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.57% from 596); Green value is 211 (82.81% from 255 or 35.40% from 596); Blue value is 173 (67.97% from 255 or 29.03% from 596); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D3AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4D3AD is #2B2C52. Grayscale: #CFCFCF. Windows color (decimal): -2829395 or 11391956. OLE color: 11391956.

HSL color Cylindrical-coordinate representation of color #D4D3AD: hue angle of 58.46º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D4D3AD is Cyan = 0, Magento = 0.00, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 211 173 -
CMYK 0 0.00 0.18 0.17
HSL 58.46º 0.31% 0.75% -
HSV(B) 58.46º 0.18% 0.83% -
XYZ 57.99 63.6 48.76 -
YUV 206.97 108.83 131.59 -
System Red Green Blue C M Y K H S L
Decimal 212 211 173 0 0.00 0.18 0.17 58.46 0.31 0.75
Hex D4 D3 AD 0 0 12 11 3A 1F 4B
Octal 324 323 255 0 0 22 21 72 37 113
Binary 11010100 11010011 10101101 0 0 10010 10001 111010 11111 1001011

Color Harmonies of #D4D3AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D3AD

Black with #D4D3AD

Text Example


Text Example

White with #D4D3AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D3AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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