Html Css Color HEX #D2D3AD Orinoco

📋 copy color: '#D2D3AD'

red 210 ◦ green 211 ◦ blue 173

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

Shades of Orinoco #D2D3AD

Tints of Orinoco #D2D3AD

RGB

 RED value IS 210 (82.42% from 255) = 35.35%

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

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

R = 35.35%
G = 35.52%
B = 29.12%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.18

 K value IS 0.17

RGB Variations

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

Color information

#D2D3AD (or 0xD2D3AD) is known color: Orinoco. HEX triplet: D2, D3 and AD. RGB value is (210,211,173). Sum of RGB (Red+Green+Blue) = 210+211+173=594 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.35% from 594); Green value is 211 (82.81% from 255 or 35.52% from 594); Blue value is 173 (67.97% from 255 or 29.12% from 594); Max value from RGB is 211 - color contains mainly: green. Hex color #D2D3AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2D3AD is #2D2C52. Grayscale: #CECECE. Windows color (decimal): -2960467 or 11391954. OLE color: 11391954.

HSL color Cylindrical-coordinate representation of color #D2D3AD: hue angle of 61.58º degrees, saturation: 0.3, 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 #D2D3AD is Cyan = 0.00, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB 210 211 173 -
CMYK 0.00 0 0.18 0.17
HSL 61.58º 0.3% 0.75% -
HSV(B) 61.58º 0.18% 0.83% -
XYZ 57.42 63.31 48.73 -
YUV 206.37 109.17 130.59 -
System Red Green Blue C M Y K H S L
Decimal 210 211 173 0.00 0 0.18 0.17 61.58 0.3 0.75
Hex D2 D3 AD 0 0 12 11 3E 1E 4B
Octal 322 323 255 0 0 22 21 76 36 113
Binary 11010010 11010011 10101101 0 0 10010 10001 111110 11110 1001011

Color Harmonies of #D2D3AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D3AD

Black with #D2D3AD

Text Example


Text Example

White with #D2D3AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D3AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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