Html Css Color HEX #D3A55C Apache

📋 copy color: '#D3A55C'

red 211 ◦ green 165 ◦ blue 92

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

Shades of Apache #D3A55C

Tints of Apache #D3A55C

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.26%

 BLUE value IS 92 (36.33% from 255) = 19.66%

R = 45.09%
G = 35.26%
B = 19.66%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.56

 K value IS 0.17

RGB Variations

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

Color information

#D3A55C (or 0xD3A55C) is known color: Apache. HEX triplet: D3, A5 and 5C. RGB value is (211,165,92). Sum of RGB (Red+Green+Blue) = 211+165+92=468 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.09% from 468); Green value is 165 (64.84% from 255 or 35.26% from 468); Blue value is 92 (36.33% from 255 or 19.66% from 468); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A55C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3A55C is #2C5AA3. Grayscale: #AAAAAA. Windows color (decimal): -2906788 or 6071763. OLE color: 6071763.

HSL color Cylindrical-coordinate representation of color #D3A55C: hue angle of 36.81º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D3A55C is Cyan = 0, Magento = 0.22, Yellow = 0.56 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 165 92 -
CMYK 0 0.22 0.56 0.17
HSL 36.81º 0.57% 0.59% -
HSV(B) 36.81º 0.56% 0.83% -
XYZ 42.25 41.53 15.91 -
YUV 170.43 83.74 156.94 -
System Red Green Blue C M Y K H S L
Decimal 211 165 92 0 0.22 0.56 0.17 36.81 0.57 0.59
Hex D3 A5 5C 0 16 38 11 25 39 3B
Octal 323 245 134 0 26 70 21 45 71 73
Binary 11010011 10100101 1011100 0 10110 111000 10001 100101 111001 111011

Color Harmonies of #D3A55C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3A55C

Black with #D3A55C

Text Example


Text Example

White with #D3A55C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3A55C; }

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

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

background-color css

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

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

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

border-color css

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

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

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