Html Css Color HEX #D3DAA2 Orinoco

📋 copy color: '#D3DAA2'

red 211 ◦ green 218 ◦ blue 162

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

Shades of Orinoco #D3DAA2

Tints of Orinoco #D3DAA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 27.41%

R = 35.7%
G = 36.89%
B = 27.41%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#D3DAA2 (or 0xD3DAA2) is known color: Orinoco. HEX triplet: D3, DA and A2. RGB value is (211,218,162). Sum of RGB (Red+Green+Blue) = 211+218+162=591 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.70% from 591); Green value is 218 (85.55% from 255 or 36.89% from 591); Blue value is 162 (63.67% from 255 or 27.41% from 591); Max value from RGB is 218 - color contains mainly: green. Hex color #D3DAA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3DAA2 is #2C255D. Grayscale: #D1D1D1. Windows color (decimal): -2893150 or 10672851. OLE color: 10672851.

HSL color Cylindrical-coordinate representation of color #D3DAA2: hue angle of 67.5º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D3DAA2 is Cyan = 0.03, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB 211 218 162 -
CMYK 0.03 0 0.26 0.15
HSL 67.5º 0.43% 0.75% -
HSV(B) 67.5º 0.26% 0.85% -
XYZ 58.46 66.6 43.96 -
YUV 209.52 101.18 129.05 -
System Red Green Blue C M Y K H S L
Decimal 211 218 162 0.03 0 0.26 0.15 67.5 0.43 0.75
Hex D3 DA A2 3 0 1A F 44 2B 4B
Octal 323 332 242 3 0 32 17 104 53 113
Binary 11010011 11011010 10100010 11 0 11010 1111 1000100 101011 1001011

Color Harmonies of #D3DAA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3DAA2

Black with #D3DAA2

Text Example


Text Example

White with #D3DAA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3DAA2; }

 p { color: rgb(211,218,162); }

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

background-color css

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

 a { background-color: rgb(211,218,162); }

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

border-color css

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

 span { border-color: rgb(211,218,162); }

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