Html Css Color HEX #D3DAA6 Orinoco

📋 copy color: '#D3DAA6'

red 211 ◦ green 218 ◦ blue 166

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

Shades of Orinoco #D3DAA6

Tints of Orinoco #D3DAA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 27.9%

R = 35.46%
G = 36.64%
B = 27.9%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#D3DAA6 (or 0xD3DAA6) is known color: Orinoco. HEX triplet: D3, DA and A6. RGB value is (211,218,166). Sum of RGB (Red+Green+Blue) = 211+218+166=595 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.46% from 595); Green value is 218 (85.55% from 255 or 36.64% from 595); Blue value is 166 (65.23% from 255 or 27.90% from 595); Max value from RGB is 218 - color contains mainly: green. Hex color #D3DAA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3DAA6 is #2C2559. Grayscale: #D2D2D2. Windows color (decimal): -2893146 or 10934995. OLE color: 10934995.

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

Color convert

RGB 211 218 166 -
CMYK 0.03 0 0.24 0.15
HSL 68.08º 0.41% 0.75% -
HSV(B) 68.08º 0.24% 0.85% -
XYZ 58.82 66.74 45.86 -
YUV 209.98 103.18 128.73 -
System Red Green Blue C M Y K H S L
Decimal 211 218 166 0.03 0 0.24 0.15 68.08 0.41 0.75
Hex D3 DA A6 3 0 18 F 44 29 4B
Octal 323 332 246 3 0 30 17 104 51 113
Binary 11010011 11011010 10100110 11 0 11000 1111 1000100 101001 1001011

Color Harmonies of #D3DAA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3DAA6

Black with #D3DAA6

Text Example


Text Example

White with #D3DAA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3DAA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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