Html Css Color HEX #D7A25C Apache

📋 copy color: '#D7A25C'

red 215 ◦ green 162 ◦ blue 92

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

Shades of Apache #D7A25C

Tints of Apache #D7A25C

RGB

 RED value IS 215 (84.38% from 255) = 45.84%

 GREEN value IS 162 (63.67% from 255) = 34.54%

 BLUE value IS 92 (36.33% from 255) = 19.62%

R = 45.84%
G = 34.54%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D7A25C (or 0xD7A25C) is known color: Apache. HEX triplet: D7, A2 and 5C. RGB value is (215,162,92). Sum of RGB (Red+Green+Blue) = 215+162+92=469 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.84% from 469); Green value is 162 (63.67% from 255 or 34.54% from 469); Blue value is 92 (36.33% from 255 or 19.62% from 469); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A25C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7A25C is #285DA3. Grayscale: #AAAAAA. Windows color (decimal): -2645412 or 6070999. OLE color: 6070999.

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

Color convert

RGB 215 162 92 -
CMYK 0 0.25 0.57 0.16
HSL 34.15º 0.61% 0.6% -
HSV(B) 34.15º 0.57% 0.84% -
XYZ 42.88 41.06 15.79 -
YUV 169.87 84.06 160.19 -
System Red Green Blue C M Y K H S L
Decimal 215 162 92 0 0.25 0.57 0.16 34.15 0.61 0.6
Hex D7 A2 5C 0 19 39 10 22 3D 3C
Octal 327 242 134 0 31 71 20 42 75 74
Binary 11010111 10100010 1011100 0 11001 111001 10000 100010 111101 111100

Color Harmonies of #D7A25C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A25C

Black with #D7A25C

Text Example


Text Example

White with #D7A25C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A25C; }

 p { color: rgb(215,162,92); }

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

background-color css

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

 a { background-color: rgb(215,162,92); }

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

border-color css

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

 span { border-color: rgb(215,162,92); }

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