Html Css Color HEX #D3DAA5 Orinoco

📋 copy color: '#D3DAA5'

red 211 ◦ green 218 ◦ blue 165

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

Shades of Orinoco #D3DAA5

Tints of Orinoco #D3DAA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 27.78%

R = 35.52%
G = 36.7%
B = 27.78%

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

#D3DAA5 (or 0xD3DAA5) is known color: Orinoco. HEX triplet: D3, DA and A5. RGB value is (211,218,165). Sum of RGB (Red+Green+Blue) = 211+218+165=594 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.52% from 594); Green value is 218 (85.55% from 255 or 36.70% from 594); Blue value is 165 (64.84% from 255 or 27.78% from 594); Max value from RGB is 218 - color contains mainly: green. Hex color #D3DAA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3DAA5 is #2C255A. Grayscale: #D2D2D2. Windows color (decimal): -2893147 or 10869459. OLE color: 10869459.

HSL color Cylindrical-coordinate representation of color #D3DAA5: hue angle of 67.92º degrees, saturation: 0.42, 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 #D3DAA5 is Cyan = 0.03, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB 211 218 165 -
CMYK 0.03 0 0.24 0.15
HSL 67.92º 0.42% 0.75% -
HSV(B) 67.92º 0.24% 0.85% -
XYZ 58.73 66.71 45.38 -
YUV 209.87 102.68 128.81 -
System Red Green Blue C M Y K H S L
Decimal 211 218 165 0.03 0 0.24 0.15 67.92 0.42 0.75
Hex D3 DA A5 3 0 18 F 44 2A 4B
Octal 323 332 245 3 0 30 17 104 52 113
Binary 11010011 11011010 10100101 11 0 11000 1111 1000100 101010 1001011

Color Harmonies of #D3DAA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3DAA5

Black with #D3DAA5

Text Example


Text Example

White with #D3DAA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3DAA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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