Html Css Color HEX #D3A24B Apache

📋 copy color: '#D3A24B'

red 211 ◦ green 162 ◦ blue 75

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

Shades of Apache #D3A24B

Tints of Apache #D3A24B

RGB

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

 GREEN value IS 162 (63.67% from 255) = 36.16%

 BLUE value IS 75 (29.69% from 255) = 16.74%

R = 47.1%
G = 36.16%
B = 16.74%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.64

 K value IS 0.17

RGB Variations

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

Color information

#D3A24B (or 0xD3A24B) is known color: Apache. HEX triplet: D3, A2 and 4B. RGB value is (211,162,75). Sum of RGB (Red+Green+Blue) = 211+162+75=448 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.10% from 448); Green value is 162 (63.67% from 255 or 36.16% from 448); Blue value is 75 (29.69% from 255 or 16.74% from 448); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A24B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3A24B is #2C5DB4. Grayscale: #A7A7A7. Windows color (decimal): -2907573 or 4956883. OLE color: 4956883.

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

Color convert

RGB 211 162 75 -
CMYK 0 0.23 0.64 0.17
HSL 38.38º 0.61% 0.56% -
HSV(B) 38.38º 0.64% 0.83% -
XYZ 41.05 40.2 12.25 -
YUV 166.73 76.23 159.57 -
System Red Green Blue C M Y K H S L
Decimal 211 162 75 0 0.23 0.64 0.17 38.38 0.61 0.56
Hex D3 A2 4B 0 17 40 11 26 3D 38
Octal 323 242 113 0 27 100 21 46 75 70
Binary 11010011 10100010 1001011 0 10111 1000000 10001 100110 111101 111000

Color Harmonies of #D3A24B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3A24B

Black with #D3A24B

Text Example


Text Example

White with #D3A24B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3A24B; }

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

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

background-color css

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

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

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

border-color css

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

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

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