Html Css Color HEX #D2D6AA Orinoco

📋 copy color: '#D2D6AA'

red 210 ◦ green 214 ◦ blue 170

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

Shades of Orinoco #D2D6AA

Tints of Orinoco #D2D6AA

RGB

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

 GREEN value IS 214 (83.98% from 255) = 36.03%

 BLUE value IS 170 (66.8% from 255) = 28.62%

R = 35.35%
G = 36.03%
B = 28.62%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D2D6AA (or 0xD2D6AA) is known color: Orinoco. HEX triplet: D2, D6 and AA. RGB value is (210,214,170). Sum of RGB (Red+Green+Blue) = 210+214+170=594 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.35% from 594); Green value is 214 (83.98% from 255 or 36.03% from 594); Blue value is 170 (66.80% from 255 or 28.62% from 594); Max value from RGB is 214 - color contains mainly: green. Hex color #D2D6AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2D6AA is #2D2955. Grayscale: #CFCFCF. Windows color (decimal): -2959702 or 11196114. OLE color: 11196114.

HSL color Cylindrical-coordinate representation of color #D2D6AA: hue angle of 65.45º degrees, saturation: 0.35, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D2D6AA is Cyan = 0.02, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB 210 214 170 -
CMYK 0.02 0 0.21 0.16
HSL 65.45º 0.35% 0.75% -
HSV(B) 65.45º 0.21% 0.84% -
XYZ 57.88 64.7 47.47 -
YUV 207.79 106.67 129.58 -
System Red Green Blue C M Y K H S L
Decimal 210 214 170 0.02 0 0.21 0.16 65.45 0.35 0.75
Hex D2 D6 AA 2 0 15 10 41 23 4B
Octal 322 326 252 2 0 25 20 101 43 113
Binary 11010010 11010110 10101010 10 0 10101 10000 1000001 100011 1001011

Color Harmonies of #D2D6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D6AA

Black with #D2D6AA

Text Example


Text Example

White with #D2D6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D6AA; }

 p { color: rgb(210,214,170); }

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

background-color css

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

 a { background-color: rgb(210,214,170); }

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

border-color css

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

 span { border-color: rgb(210,214,170); }

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