Html Css Color HEX #D4AB65 Apache

📋 copy color: '#D4AB65'

red 212 ◦ green 171 ◦ blue 101

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

Shades of Apache #D4AB65

Tints of Apache #D4AB65

RGB

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

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

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

R = 43.8%
G = 35.33%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.52

 K value IS 0.17

RGB Variations

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

Color information

#D4AB65 (or 0xD4AB65) is known color: Apache. HEX triplet: D4, AB and 65. RGB value is (212,171,101). Sum of RGB (Red+Green+Blue) = 212+171+101=484 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.80% from 484); Green value is 171 (67.19% from 255 or 35.33% from 484); Blue value is 101 (39.84% from 255 or 20.87% from 484); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AB65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4AB65 is #2B549A. Grayscale: #AFAFAF. Windows color (decimal): -2839707 or 6663124. OLE color: 6663124.

HSL color Cylindrical-coordinate representation of color #D4AB65: hue angle of 37.84º 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 #D4AB65 is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 171 101 -
CMYK 0 0.19 0.52 0.17
HSL 37.84º 0.56% 0.61% -
HSV(B) 37.84º 0.52% 0.83% -
XYZ 44.06 44.06 18.49 -
YUV 175.28 86.08 154.19 -
System Red Green Blue C M Y K H S L
Decimal 212 171 101 0 0.19 0.52 0.17 37.84 0.56 0.61
Hex D4 AB 65 0 13 34 11 26 38 3D
Octal 324 253 145 0 23 64 21 46 70 75
Binary 11010100 10101011 1100101 0 10011 110100 10001 100110 111000 111101

Color Harmonies of #D4AB65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AB65

Black with #D4AB65

Text Example


Text Example

White with #D4AB65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AB65; }

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

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

background-color css

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

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

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

border-color css

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

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

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