Html Css Color HEX #D2DBA9 Orinoco

📋 copy color: '#D2DBA9'

red 210 ◦ green 219 ◦ blue 169

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

Shades of Orinoco #D2DBA9

Tints of Orinoco #D2DBA9

RGB

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

 GREEN value IS 219 (85.94% from 255) = 36.62%

 BLUE value IS 169 (66.41% from 255) = 28.26%

R = 35.12%
G = 36.62%
B = 28.26%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#D2DBA9 (or 0xD2DBA9) is known color: Orinoco. HEX triplet: D2, DB and A9. RGB value is (210,219,169). Sum of RGB (Red+Green+Blue) = 210+219+169=598 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35.12% from 598); Green value is 219 (85.94% from 255 or 36.62% from 598); Blue value is 169 (66.41% from 255 or 28.26% from 598); Max value from RGB is 219 - color contains mainly: green. Hex color #D2DBA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2DBA9 is #2D2456. Grayscale: #D2D2D2. Windows color (decimal): -2958423 or 11131858. OLE color: 11131858.

HSL color Cylindrical-coordinate representation of color #D2DBA9: hue angle of 70.8º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D2DBA9 is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB 210 219 169 -
CMYK 0.04 0 0.23 0.14
HSL 70.8º 0.41% 0.76% -
HSV(B) 70.8º 0.23% 0.86% -
XYZ 59.07 67.23 47.4 -
YUV 210.61 104.52 127.57 -
System Red Green Blue C M Y K H S L
Decimal 210 219 169 0.04 0 0.23 0.14 70.8 0.41 0.76
Hex D2 DB A9 4 0 17 E 47 29 4C
Octal 322 333 251 4 0 27 16 107 51 114
Binary 11010010 11011011 10101001 100 0 10111 1110 1000111 101001 1001100

Color Harmonies of #D2DBA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DBA9

Black with #D2DBA9

Text Example


Text Example

White with #D2DBA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DBA9; }

 p { color: rgb(210,219,169); }

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

background-color css

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

 a { background-color: rgb(210,219,169); }

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

border-color css

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

 span { border-color: rgb(210,219,169); }

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