Html Css Color HEX #D2D9AB Orinoco

📋 copy color: '#D2D9AB'

red 210 ◦ green 217 ◦ blue 171

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

Shades of Orinoco #D2D9AB

Tints of Orinoco #D2D9AB

RGB

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

 GREEN value IS 217 (85.16% from 255) = 36.29%

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

R = 35.12%
G = 36.29%
B = 28.6%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D2D9AB (or 0xD2D9AB) is known color: Orinoco. HEX triplet: D2, D9 and AB. RGB value is (210,217,171). Sum of RGB (Red+Green+Blue) = 210+217+171=598 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35.12% from 598); Green value is 217 (85.16% from 255 or 36.29% from 598); Blue value is 171 (67.19% from 255 or 28.60% from 598); Max value from RGB is 217 - color contains mainly: green. Hex color #D2D9AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2D9AB is #2D2654. Grayscale: #D1D1D1. Windows color (decimal): -2958933 or 11262418. OLE color: 11262418.

HSL color Cylindrical-coordinate representation of color #D2D9AB: hue angle of 69.13º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D2D9AB is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB 210 217 171 -
CMYK 0.03 0 0.21 0.15
HSL 69.13º 0.38% 0.76% -
HSV(B) 69.13º 0.21% 0.85% -
XYZ 58.74 66.27 48.22 -
YUV 209.66 106.18 128.24 -
System Red Green Blue C M Y K H S L
Decimal 210 217 171 0.03 0 0.21 0.15 69.13 0.38 0.76
Hex D2 D9 AB 3 0 15 F 45 26 4C
Octal 322 331 253 3 0 25 17 105 46 114
Binary 11010010 11011001 10101011 11 0 10101 1111 1000101 100110 1001100

Color Harmonies of #D2D9AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D9AB

Black with #D2D9AB

Text Example


Text Example

White with #D2D9AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D9AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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