Html Css Color HEX #D0AD5C Apache

📋 copy color: '#D0AD5C'

red 208 ◦ green 173 ◦ blue 92

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

Shades of Apache #D0AD5C

Tints of Apache #D0AD5C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 36.58%

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

R = 43.97%
G = 36.58%
B = 19.45%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D0AD5C (or 0xD0AD5C) is known color: Apache. HEX triplet: D0, AD and 5C. RGB value is (208,173,92). Sum of RGB (Red+Green+Blue) = 208+173+92=473 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.97% from 473); Green value is 173 (67.97% from 255 or 36.58% from 473); Blue value is 92 (36.33% from 255 or 19.45% from 473); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AD5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0AD5C is #2F52A3. Grayscale: #AEAEAE. Windows color (decimal): -3101348 or 6073808. OLE color: 6073808.

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

Color convert

RGB 208 173 92 -
CMYK 0 0.17 0.56 0.18
HSL 41.9º 0.55% 0.59% -
HSV(B) 41.9º 0.56% 0.82% -
XYZ 42.89 44.07 16.37 -
YUV 174.23 81.6 152.09 -
System Red Green Blue C M Y K H S L
Decimal 208 173 92 0 0.17 0.56 0.18 41.9 0.55 0.59
Hex D0 AD 5C 0 11 38 12 2A 37 3B
Octal 320 255 134 0 21 70 22 52 67 73
Binary 11010000 10101101 1011100 0 10001 111000 10010 101010 110111 111011

Color Harmonies of #D0AD5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AD5C

Black with #D0AD5C

Text Example


Text Example

White with #D0AD5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AD5C; }

 p { color: rgb(208,173,92); }

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

background-color css

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

 a { background-color: rgb(208,173,92); }

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

border-color css

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

 span { border-color: rgb(208,173,92); }

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