Html Css Color HEX #D3DCAA Orinoco

📋 copy color: '#D3DCAA'

red 211 ◦ green 220 ◦ blue 170

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

Shades of Orinoco #D3DCAA

Tints of Orinoco #D3DCAA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.61%

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

R = 35.11%
G = 36.61%
B = 28.29%

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

#D3DCAA (or 0xD3DCAA) is known color: Orinoco. HEX triplet: D3, DC and AA. RGB value is (211,220,170). Sum of RGB (Red+Green+Blue) = 211+220+170=601 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.11% from 601); Green value is 220 (86.33% from 255 or 36.61% from 601); Blue value is 170 (66.80% from 255 or 28.29% from 601); Max value from RGB is 220 - color contains mainly: green. Hex color #D3DCAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3DCAA is #2C2355. Grayscale: #D3D3D3. Windows color (decimal): -2892630 or 11197651. OLE color: 11197651.

HSL color Cylindrical-coordinate representation of color #D3DCAA: hue angle of 70.8º degrees, saturation: 0.42, 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 #D3DCAA is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB 211 220 170 -
CMYK 0.04 0 0.23 0.14
HSL 70.8º 0.42% 0.76% -
HSV(B) 70.8º 0.23% 0.86% -
XYZ 59.71 67.94 48 -
YUV 211.61 104.52 127.57 -
System Red Green Blue C M Y K H S L
Decimal 211 220 170 0.04 0 0.23 0.14 70.8 0.42 0.76
Hex D3 DC AA 4 0 17 E 47 2A 4C
Octal 323 334 252 4 0 27 16 107 52 114
Binary 11010011 11011100 10101010 100 0 10111 1110 1000111 101010 1001100

Color Harmonies of #D3DCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3DCAA

Black with #D3DCAA

Text Example


Text Example

White with #D3DCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3DCAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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