Html Css Color HEX #D7A25E Apache

📋 copy color: '#D7A25E'

red 215 ◦ green 162 ◦ blue 94

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

Shades of Apache #D7A25E

Tints of Apache #D7A25E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 19.96%

R = 45.65%
G = 34.39%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D7A25E (or 0xD7A25E) is known color: Apache. HEX triplet: D7, A2 and 5E. RGB value is (215,162,94). Sum of RGB (Red+Green+Blue) = 215+162+94=471 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.65% from 471); Green value is 162 (63.67% from 255 or 34.39% from 471); Blue value is 94 (37.11% from 255 or 19.96% from 471); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A25E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7A25E is #285DA1. Grayscale: #AAAAAA. Windows color (decimal): -2645410 or 6202071. OLE color: 6202071.

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

Color convert

RGB 215 162 94 -
CMYK 0 0.25 0.56 0.16
HSL 33.72º 0.6% 0.61% -
HSV(B) 33.72º 0.56% 0.84% -
XYZ 42.97 41.1 16.26 -
YUV 170.1 85.06 160.03 -
System Red Green Blue C M Y K H S L
Decimal 215 162 94 0 0.25 0.56 0.16 33.72 0.6 0.61
Hex D7 A2 5E 0 19 38 10 22 3C 3D
Octal 327 242 136 0 31 70 20 42 74 75
Binary 11010111 10100010 1011110 0 11001 111000 10000 100010 111100 111101

Color Harmonies of #D7A25E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A25E

Black with #D7A25E

Text Example


Text Example

White with #D7A25E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A25E; }

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

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

background-color css

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

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

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

border-color css

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

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

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