Html Css Color HEX #D2DAB0 Orinoco

📋 copy color: '#D2DAB0'

red 210 ◦ green 218 ◦ blue 176

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

Shades of Orinoco #D2DAB0

Tints of Orinoco #D2DAB0

RGB

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

 GREEN value IS 218 (85.55% from 255) = 36.09%

 BLUE value IS 176 (69.14% from 255) = 29.14%

R = 34.77%
G = 36.09%
B = 29.14%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D2DAB0 (or 0xD2DAB0) is known color: Orinoco. HEX triplet: D2, DA and B0. RGB value is (210,218,176). Sum of RGB (Red+Green+Blue) = 210+218+176=604 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.77% from 604); Green value is 218 (85.55% from 255 or 36.09% from 604); Blue value is 176 (69.14% from 255 or 29.14% from 604); Max value from RGB is 218 - color contains mainly: green. Hex color #D2DAB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2DAB0 is #2D254F. Grayscale: #D2D2D2. Windows color (decimal): -2958672 or 11590354. OLE color: 11590354.

HSL color Cylindrical-coordinate representation of color #D2DAB0: hue angle of 71.43º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D2DAB0 is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 210 218 176 -
CMYK 0.04 0 0.19 0.15
HSL 71.43º 0.36% 0.77% -
HSV(B) 71.43º 0.19% 0.85% -
XYZ 59.49 66.98 50.87 -
YUV 210.82 108.35 127.42 -
System Red Green Blue C M Y K H S L
Decimal 210 218 176 0.04 0 0.19 0.15 71.43 0.36 0.77
Hex D2 DA B0 4 0 13 F 47 24 4D
Octal 322 332 260 4 0 23 17 107 44 115
Binary 11010010 11011010 10110000 100 0 10011 1111 1000111 100100 1001101

Color Harmonies of #D2DAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DAB0

Black with #D2DAB0

Text Example


Text Example

White with #D2DAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DAB0; }

 p { color: rgb(210,218,176); }

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

background-color css

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

 a { background-color: rgb(210,218,176); }

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

border-color css

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

 span { border-color: rgb(210,218,176); }

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