Html Css Color HEX #D2D6AE Orinoco

📋 copy color: '#D2D6AE'

red 210 ◦ green 214 ◦ blue 174

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

Shades of Orinoco #D2D6AE

Tints of Orinoco #D2D6AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 29.1%

R = 35.12%
G = 35.79%
B = 29.1%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D2D6AE (or 0xD2D6AE) is known color: Orinoco. HEX triplet: D2, D6 and AE. RGB value is (210,214,174). Sum of RGB (Red+Green+Blue) = 210+214+174=598 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35.12% from 598); Green value is 214 (83.98% from 255 or 35.79% from 598); Blue value is 174 (68.36% from 255 or 29.10% from 598); Max value from RGB is 214 - color contains mainly: green. Hex color #D2D6AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2D6AE is #2D2951. Grayscale: #D0D0D0. Windows color (decimal): -2959698 or 11458258. OLE color: 11458258.

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

Color convert

RGB 210 214 174 -
CMYK 0.02 0 0.19 0.16
HSL 66º 0.33% 0.76% -
HSV(B) 66º 0.19% 0.84% -
XYZ 58.26 64.85 49.49 -
YUV 208.24 108.67 129.25 -
System Red Green Blue C M Y K H S L
Decimal 210 214 174 0.02 0 0.19 0.16 66 0.33 0.76
Hex D2 D6 AE 2 0 13 10 42 21 4C
Octal 322 326 256 2 0 23 20 102 41 114
Binary 11010010 11010110 10101110 10 0 10011 10000 1000010 100001 1001100

Color Harmonies of #D2D6AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D6AE

Black with #D2D6AE

Text Example


Text Example

White with #D2D6AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D6AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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