Html Css Color HEX #D2DAB5 Orinoco

📋 copy color: '#D2DAB5'

red 210 ◦ green 218 ◦ blue 181

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

Shades of Orinoco #D2DAB5

Tints of Orinoco #D2DAB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 29.72%

R = 34.48%
G = 35.8%
B = 29.72%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#D2DAB5 (or 0xD2DAB5) is known color: Orinoco. HEX triplet: D2, DA and B5. RGB value is (210,218,181). Sum of RGB (Red+Green+Blue) = 210+218+181=609 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.48% from 609); Green value is 218 (85.55% from 255 or 35.80% from 609); Blue value is 181 (71.09% from 255 or 29.72% from 609); Max value from RGB is 218 - color contains mainly: green. Hex color #D2DAB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DAB5 is #2D254A. Grayscale: #D3D3D3. Windows color (decimal): -2958667 or 11918034. OLE color: 11918034.

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

Color convert

RGB 210 218 181 -
CMYK 0.04 0 0.17 0.15
HSL 72.97º 0.33% 0.78% -
HSV(B) 72.97º 0.17% 0.85% -
XYZ 59.99 67.18 53.52 -
YUV 211.39 110.85 127.01 -
System Red Green Blue C M Y K H S L
Decimal 210 218 181 0.04 0 0.17 0.15 72.97 0.33 0.78
Hex D2 DA B5 4 0 11 F 49 21 4E
Octal 322 332 265 4 0 21 17 111 41 116
Binary 11010010 11011010 10110101 100 0 10001 1111 1001001 100001 1001110

Color Harmonies of #D2DAB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DAB5

Black with #D2DAB5

Text Example


Text Example

White with #D2DAB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DAB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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