Html Css Color HEX #D0AE5D Apache

📋 copy color: '#D0AE5D'

red 208 ◦ green 174 ◦ blue 93

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

Shades of Apache #D0AE5D

Tints of Apache #D0AE5D

RGB

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

 GREEN value IS 174 (68.36% from 255) = 36.63%

 BLUE value IS 93 (36.72% from 255) = 19.58%

R = 43.79%
G = 36.63%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D0AE5D (or 0xD0AE5D) is known color: Apache. HEX triplet: D0, AE and 5D. RGB value is (208,174,93). Sum of RGB (Red+Green+Blue) = 208+174+93=475 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.79% from 475); Green value is 174 (68.36% from 255 or 36.63% from 475); Blue value is 93 (36.72% from 255 or 19.58% from 475); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AE5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0AE5D is #2F51A2. Grayscale: #AFAFAF. Windows color (decimal): -3101091 or 6139600. OLE color: 6139600.

HSL color Cylindrical-coordinate representation of color #D0AE5D: hue angle of 42.26º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D0AE5D is Cyan = 0, Magento = 0.16, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 174 93 -
CMYK 0 0.16 0.55 0.18
HSL 42.26º 0.55% 0.59% -
HSV(B) 42.26º 0.55% 0.82% -
XYZ 43.12 44.47 16.67 -
YUV 174.93 81.76 151.59 -
System Red Green Blue C M Y K H S L
Decimal 208 174 93 0 0.16 0.55 0.18 42.26 0.55 0.59
Hex D0 AE 5D 0 10 37 12 2A 37 3B
Octal 320 256 135 0 20 67 22 52 67 73
Binary 11010000 10101110 1011101 0 10000 110111 10010 101010 110111 111011

Color Harmonies of #D0AE5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AE5D

Black with #D0AE5D

Text Example


Text Example

White with #D0AE5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AE5D; }

 p { color: rgb(208,174,93); }

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

background-color css

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

 a { background-color: rgb(208,174,93); }

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

border-color css

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

 span { border-color: rgb(208,174,93); }

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