Html Css Color HEX #D0A74E Apache

📋 copy color: '#D0A74E'

red 208 ◦ green 167 ◦ blue 78

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

Shades of Apache #D0A74E

Tints of Apache #D0A74E

RGB

 RED value IS 208 (81.64% from 255) = 45.92%

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

 BLUE value IS 78 (30.86% from 255) = 17.22%

R = 45.92%
G = 36.87%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D0A74E (or 0xD0A74E) is known color: Apache. HEX triplet: D0, A7 and 4E. RGB value is (208,167,78). Sum of RGB (Red+Green+Blue) = 208+167+78=453 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.92% from 453); Green value is 167 (65.62% from 255 or 36.87% from 453); Blue value is 78 (30.86% from 255 or 17.22% from 453); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A74E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A74E is #2F58B1. Grayscale: #A9A9A9. Windows color (decimal): -3102898 or 5154768. OLE color: 5154768.

HSL color Cylindrical-coordinate representation of color #D0A74E: hue angle of 41.08º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D0A74E is Cyan = 0, Magento = 0.20, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 167 78 -
CMYK 0 0.20 0.62 0.18
HSL 41.08º 0.58% 0.56% -
HSV(B) 41.08º 0.63% 0.82% -
XYZ 41.21 41.6 13.07 -
YUV 169.11 76.58 155.74 -
System Red Green Blue C M Y K H S L
Decimal 208 167 78 0 0.20 0.62 0.18 41.08 0.58 0.56
Hex D0 A7 4E 0 14 3E 12 29 3A 38
Octal 320 247 116 0 24 76 22 51 72 70
Binary 11010000 10100111 1001110 0 10100 111110 10010 101001 111010 111000

Color Harmonies of #D0A74E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A74E

Black with #D0A74E

Text Example


Text Example

White with #D0A74E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A74E; }

 p { color: rgb(208,167,78); }

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

background-color css

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

 a { background-color: rgb(208,167,78); }

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

border-color css

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

 span { border-color: rgb(208,167,78); }

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