Html Css Color HEX #D3DBAA Orinoco

📋 copy color: '#D3DBAA'

red 211 ◦ green 219 ◦ blue 170

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

Shades of Orinoco #D3DBAA

Tints of Orinoco #D3DBAA

RGB

 RED value IS 211 (82.81% from 255) = 35.17%

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

 BLUE value IS 170 (66.8% from 255) = 28.33%

R = 35.17%
G = 36.5%
B = 28.33%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#D3DBAA (or 0xD3DBAA) is known color: Orinoco. HEX triplet: D3, DB and AA. RGB value is (211,219,170). Sum of RGB (Red+Green+Blue) = 211+219+170=600 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.17% from 600); Green value is 219 (85.94% from 255 or 36.5% from 600); Blue value is 170 (66.80% from 255 or 28.33% from 600); Max value from RGB is 219 - color contains mainly: green. Hex color #D3DBAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3DBAA is #2C2455. Grayscale: #D3D3D3. Windows color (decimal): -2892886 or 11197395. OLE color: 11197395.

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

Color convert

RGB 211 219 170 -
CMYK 0.04 0 0.22 0.14
HSL 69.8º 0.4% 0.76% -
HSV(B) 69.8º 0.22% 0.86% -
XYZ 59.45 67.41 47.91 -
YUV 211.02 104.85 127.98 -
System Red Green Blue C M Y K H S L
Decimal 211 219 170 0.04 0 0.22 0.14 69.8 0.4 0.76
Hex D3 DB AA 4 0 16 E 46 28 4C
Octal 323 333 252 4 0 26 16 106 50 114
Binary 11010011 11011011 10101010 100 0 10110 1110 1000110 101000 1001100

Color Harmonies of #D3DBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3DBAA

Black with #D3DBAA

Text Example


Text Example

White with #D3DBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3DBAA; }

 p { color: rgb(211,219,170); }

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

background-color css

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

 a { background-color: rgb(211,219,170); }

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

border-color css

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

 span { border-color: rgb(211,219,170); }

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