Html Css Color HEX #D3AB52 Apache

📋 copy color: '#D3AB52'

red 211 ◦ green 171 ◦ blue 82

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

Shades of Apache #D3AB52

Tints of Apache #D3AB52

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.85%

 BLUE value IS 82 (32.42% from 255) = 17.67%

R = 45.47%
G = 36.85%
B = 17.67%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.61

 K value IS 0.17

RGB Variations

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

Color information

#D3AB52 (or 0xD3AB52) is known color: Apache. HEX triplet: D3, AB and 52. RGB value is (211,171,82). Sum of RGB (Red+Green+Blue) = 211+171+82=464 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.47% from 464); Green value is 171 (67.19% from 255 or 36.85% from 464); Blue value is 82 (32.42% from 255 or 17.67% from 464); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AB52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3AB52 is #2C54AD. Grayscale: #ADADAD. Windows color (decimal): -2905262 or 5417939. OLE color: 5417939.

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

Color convert

RGB 211 171 82 -
CMYK 0 0.19 0.61 0.17
HSL 41.4º 0.59% 0.57% -
HSV(B) 41.4º 0.61% 0.83% -
XYZ 42.95 43.58 14.13 -
YUV 172.81 76.75 155.24 -
System Red Green Blue C M Y K H S L
Decimal 211 171 82 0 0.19 0.61 0.17 41.4 0.59 0.57
Hex D3 AB 52 0 13 3D 11 29 3B 39
Octal 323 253 122 0 23 75 21 51 73 71
Binary 11010011 10101011 1010010 0 10011 111101 10001 101001 111011 111001

Color Harmonies of #D3AB52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3AB52

Black with #D3AB52

Text Example


Text Example

White with #D3AB52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3AB52; }

 p { color: rgb(211,171,82); }

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

background-color css

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

 a { background-color: rgb(211,171,82); }

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

border-color css

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

 span { border-color: rgb(211,171,82); }

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