Html Css Color HEX #D5A967 Apache

📋 copy color: '#D5A967'

red 213 ◦ green 169 ◦ blue 103

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

Shades of Apache #D5A967

Tints of Apache #D5A967

RGB

 RED value IS 213 (83.59% from 255) = 43.92%

 GREEN value IS 169 (66.41% from 255) = 34.85%

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

R = 43.92%
G = 34.85%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#D5A967 (or 0xD5A967) is known color: Apache. HEX triplet: D5, A9 and 67. RGB value is (213,169,103). Sum of RGB (Red+Green+Blue) = 213+169+103=485 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.92% from 485); Green value is 169 (66.41% from 255 or 34.85% from 485); Blue value is 103 (40.62% from 255 or 21.24% from 485); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A967 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A967 is #2A5698. Grayscale: #AEAEAE. Windows color (decimal): -2774681 or 6793685. OLE color: 6793685.

HSL color Cylindrical-coordinate representation of color #D5A967: hue angle of 36º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D5A967 is Cyan = 0, Magento = 0.21, Yellow = 0.52 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 169 103 -
CMYK 0 0.21 0.52 0.16
HSL 36º 0.57% 0.62% -
HSV(B) 36º 0.52% 0.84% -
XYZ 44.08 43.5 18.91 -
YUV 174.63 87.58 155.37 -
System Red Green Blue C M Y K H S L
Decimal 213 169 103 0 0.21 0.52 0.16 36 0.57 0.62
Hex D5 A9 67 0 15 34 10 24 39 3E
Octal 325 251 147 0 25 64 20 44 71 76
Binary 11010101 10101001 1100111 0 10101 110100 10000 100100 111001 111110

Color Harmonies of #D5A967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A967

Black with #D5A967

Text Example


Text Example

White with #D5A967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A967; }

 p { color: rgb(213,169,103); }

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

background-color css

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

 a { background-color: rgb(213,169,103); }

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

border-color css

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

 span { border-color: rgb(213,169,103); }

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