Html Css Color HEX #D4A765 Apache

📋 copy color: '#D4A765'

red 212 ◦ green 167 ◦ blue 101

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

Shades of Apache #D4A765

Tints of Apache #D4A765

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21.04%

R = 44.17%
G = 34.79%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.52

 K value IS 0.17

RGB Variations

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

Color information

#D4A765 (or 0xD4A765) is known color: Apache. HEX triplet: D4, A7 and 65. RGB value is (212,167,101). Sum of RGB (Red+Green+Blue) = 212+167+101=480 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.17% from 480); Green value is 167 (65.62% from 255 or 34.79% from 480); Blue value is 101 (39.84% from 255 or 21.04% from 480); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A765 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A765 is #2B589A. Grayscale: #ADADAD. Windows color (decimal): -2840731 or 6662100. OLE color: 6662100.

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

Color convert

RGB 212 167 101 -
CMYK 0 0.21 0.52 0.17
HSL 35.68º 0.56% 0.61% -
HSV(B) 35.68º 0.52% 0.83% -
XYZ 43.32 42.57 18.25 -
YUV 172.93 87.41 155.87 -
System Red Green Blue C M Y K H S L
Decimal 212 167 101 0 0.21 0.52 0.17 35.68 0.56 0.61
Hex D4 A7 65 0 15 34 11 24 38 3D
Octal 324 247 145 0 25 64 21 44 70 75
Binary 11010100 10100111 1100101 0 10101 110100 10001 100100 111000 111101

Color Harmonies of #D4A765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A765

Black with #D4A765

Text Example


Text Example

White with #D4A765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A765; }

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

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

background-color css

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

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

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

border-color css

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

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

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