Html Css Color HEX #D4A752 Apache

📋 copy color: '#D4A752'

red 212 ◦ green 167 ◦ blue 82

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

Shades of Apache #D4A752

Tints of Apache #D4A752

RGB

 RED value IS 212 (83.2% from 255) = 45.99%

 GREEN value IS 167 (65.63% from 255) = 36.23%

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

R = 45.99%
G = 36.23%
B = 17.79%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.61

 K value IS 0.17

RGB Variations

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

Color information

#D4A752 (or 0xD4A752) is known color: Apache. HEX triplet: D4, A7 and 52. RGB value is (212,167,82). Sum of RGB (Red+Green+Blue) = 212+167+82=461 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.99% from 461); Green value is 167 (65.62% from 255 or 36.23% from 461); Blue value is 82 (32.42% from 255 or 17.79% from 461); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A752 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A752 is #2B58AD. Grayscale: #ABABAB. Windows color (decimal): -2840750 or 5416916. OLE color: 5416916.

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

Color convert

RGB 212 167 82 -
CMYK 0 0.21 0.61 0.17
HSL 39.23º 0.6% 0.58% -
HSV(B) 39.23º 0.61% 0.83% -
XYZ 42.49 42.24 13.9 -
YUV 170.77 77.91 157.41 -
System Red Green Blue C M Y K H S L
Decimal 212 167 82 0 0.21 0.61 0.17 39.23 0.6 0.58
Hex D4 A7 52 0 15 3D 11 27 3C 3A
Octal 324 247 122 0 25 75 21 47 74 72
Binary 11010100 10100111 1010010 0 10101 111101 10001 100111 111100 111010

Color Harmonies of #D4A752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A752

Black with #D4A752

Text Example


Text Example

White with #D4A752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A752; }

 p { color: rgb(212,167,82); }

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

background-color css

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

 a { background-color: rgb(212,167,82); }

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

border-color css

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

 span { border-color: rgb(212,167,82); }

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