Html Css Color HEX #D0A35C Apache

📋 copy color: '#D0A35C'

red 208 ◦ green 163 ◦ blue 92

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

Shades of Apache #D0A35C

Tints of Apache #D0A35C

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.21%

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

R = 44.92%
G = 35.21%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D0A35C (or 0xD0A35C) is known color: Apache. HEX triplet: D0, A3 and 5C. RGB value is (208,163,92). Sum of RGB (Red+Green+Blue) = 208+163+92=463 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.92% from 463); Green value is 163 (64.06% from 255 or 35.21% from 463); Blue value is 92 (36.33% from 255 or 19.87% from 463); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A35C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A35C is #2F5CA3. Grayscale: #A8A8A8. Windows color (decimal): -3103908 or 6071248. OLE color: 6071248.

HSL color Cylindrical-coordinate representation of color #D0A35C: hue angle of 36.72º 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 #D0A35C is Cyan = 0, Magento = 0.22, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 163 92 -
CMYK 0 0.22 0.56 0.18
HSL 36.72º 0.55% 0.59% -
HSV(B) 36.72º 0.56% 0.82% -
XYZ 41.04 40.38 15.76 -
YUV 168.36 84.91 156.27 -
System Red Green Blue C M Y K H S L
Decimal 208 163 92 0 0.22 0.56 0.18 36.72 0.55 0.59
Hex D0 A3 5C 0 16 38 12 25 37 3B
Octal 320 243 134 0 26 70 22 45 67 73
Binary 11010000 10100011 1011100 0 10110 111000 10010 100101 110111 111011

Color Harmonies of #D0A35C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A35C

Black with #D0A35C

Text Example


Text Example

White with #D0A35C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A35C; }

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

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

background-color css

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

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

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

border-color css

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

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

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