Html Css Color HEX #D2D6AB Orinoco

📋 copy color: '#D2D6AB'

red 210 ◦ green 214 ◦ blue 171

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

Shades of Orinoco #D2D6AB

Tints of Orinoco #D2D6AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 28.74%

R = 35.29%
G = 35.97%
B = 28.74%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D2D6AB (or 0xD2D6AB) is known color: Orinoco. HEX triplet: D2, D6 and AB. RGB value is (210,214,171). Sum of RGB (Red+Green+Blue) = 210+214+171=595 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.29% from 595); Green value is 214 (83.98% from 255 or 35.97% from 595); Blue value is 171 (67.19% from 255 or 28.74% from 595); Max value from RGB is 214 - color contains mainly: green. Hex color #D2D6AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2D6AB is #2D2954. Grayscale: #D0D0D0. Windows color (decimal): -2959701 or 11261650. OLE color: 11261650.

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

Color convert

RGB 210 214 171 -
CMYK 0.02 0 0.20 0.16
HSL 65.58º 0.34% 0.75% -
HSV(B) 65.58º 0.2% 0.84% -
XYZ 57.98 64.74 47.97 -
YUV 207.9 107.17 129.5 -
System Red Green Blue C M Y K H S L
Decimal 210 214 171 0.02 0 0.20 0.16 65.58 0.34 0.75
Hex D2 D6 AB 2 0 14 10 42 22 4B
Octal 322 326 253 2 0 24 20 102 42 113
Binary 11010010 11010110 10101011 10 0 10100 10000 1000010 100010 1001011

Color Harmonies of #D2D6AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D6AB

Black with #D2D6AB

Text Example


Text Example

White with #D2D6AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D6AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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