Html Css Color HEX #D4AB67 Apache

📋 copy color: '#D4AB67'

red 212 ◦ green 171 ◦ blue 103

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

Shades of Apache #D4AB67

Tints of Apache #D4AB67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 21.19%

R = 43.62%
G = 35.19%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.51

 K value IS 0.17

RGB Variations

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

Color information

#D4AB67 (or 0xD4AB67) is known color: Apache. HEX triplet: D4, AB and 67. RGB value is (212,171,103). Sum of RGB (Red+Green+Blue) = 212+171+103=486 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.62% from 486); Green value is 171 (67.19% from 255 or 35.19% from 486); Blue value is 103 (40.62% from 255 or 21.19% from 486); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AB67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4AB67 is #2B5498. Grayscale: #AFAFAF. Windows color (decimal): -2839705 or 6794196. OLE color: 6794196.

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

Color convert

RGB 212 171 103 -
CMYK 0 0.19 0.51 0.17
HSL 37.43º 0.56% 0.62% -
HSV(B) 37.43º 0.51% 0.83% -
XYZ 44.16 44.1 19.02 -
YUV 175.51 87.08 154.03 -
System Red Green Blue C M Y K H S L
Decimal 212 171 103 0 0.19 0.51 0.17 37.43 0.56 0.62
Hex D4 AB 67 0 13 33 11 25 38 3E
Octal 324 253 147 0 23 63 21 45 70 76
Binary 11010100 10101011 1100111 0 10011 110011 10001 100101 111000 111110

Color Harmonies of #D4AB67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AB67

Black with #D4AB67

Text Example


Text Example

White with #D4AB67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AB67; }

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

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

background-color css

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

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

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

border-color css

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

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

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