Html Css Color HEX #D2D5AB Orinoco

📋 copy color: '#D2D5AB'

red 210 ◦ green 213 ◦ blue 171

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

Shades of Orinoco #D2D5AB

Tints of Orinoco #D2D5AB

RGB

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

 GREEN value IS 213 (83.59% from 255) = 35.86%

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

R = 35.35%
G = 35.86%
B = 28.79%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D2D5AB (or 0xD2D5AB) is known color: Orinoco. HEX triplet: D2, D5 and AB. RGB value is (210,213,171). Sum of RGB (Red+Green+Blue) = 210+213+171=594 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.35% from 594); Green value is 213 (83.59% from 255 or 35.86% from 594); Blue value is 171 (67.19% from 255 or 28.79% from 594); Max value from RGB is 213 - color contains mainly: green. Hex color #D2D5AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2D5AB is #2D2A54. Grayscale: #CFCFCF. Windows color (decimal): -2959957 or 11261394. OLE color: 11261394.

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

Color convert

RGB 210 213 171 -
CMYK 0.01 0 0.20 0.16
HSL 64.29º 0.33% 0.75% -
HSV(B) 64.29º 0.2% 0.84% -
XYZ 57.72 64.23 47.88 -
YUV 207.32 107.51 129.92 -
System Red Green Blue C M Y K H S L
Decimal 210 213 171 0.01 0 0.20 0.16 64.29 0.33 0.75
Hex D2 D5 AB 1 0 14 10 40 21 4B
Octal 322 325 253 1 0 24 20 100 41 113
Binary 11010010 11010101 10101011 1 0 10100 10000 1000000 100001 1001011

Color Harmonies of #D2D5AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D5AB

Black with #D2D5AB

Text Example


Text Example

White with #D2D5AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D5AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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