Html Css Color HEX #D5A768 Apache

📋 copy color: '#D5A768'

red 213 ◦ green 167 ◦ blue 104

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

Shades of Apache #D5A768

Tints of Apache #D5A768

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 21.49%

R = 44.01%
G = 34.5%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D5A768 (or 0xD5A768) is known color: Apache. HEX triplet: D5, A7 and 68. RGB value is (213,167,104). Sum of RGB (Red+Green+Blue) = 213+167+104=484 (64% of max value = 765). Red value is 213 (83.59% from 255 or 44.01% from 484); Green value is 167 (65.62% from 255 or 34.50% from 484); Blue value is 104 (41.02% from 255 or 21.49% from 484); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A768 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A768 is #2A5897. Grayscale: #ADADAD. Windows color (decimal): -2775192 or 6858709. OLE color: 6858709.

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

Color convert

RGB 213 167 104 -
CMYK 0 0.22 0.51 0.16
HSL 34.68º 0.56% 0.62% -
HSV(B) 34.68º 0.51% 0.84% -
XYZ 43.76 42.78 19.05 -
YUV 173.57 88.74 156.12 -
System Red Green Blue C M Y K H S L
Decimal 213 167 104 0 0.22 0.51 0.16 34.68 0.56 0.62
Hex D5 A7 68 0 16 33 10 23 38 3E
Octal 325 247 150 0 26 63 20 43 70 76
Binary 11010101 10100111 1101000 0 10110 110011 10000 100011 111000 111110

Color Harmonies of #D5A768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A768

Black with #D5A768

Text Example


Text Example

White with #D5A768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A768; }

 p { color: rgb(213,167,104); }

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

background-color css

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

 a { background-color: rgb(213,167,104); }

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

border-color css

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

 span { border-color: rgb(213,167,104); }

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