Html Css Color HEX #D0AB62 Apache

📋 copy color: '#D0AB62'

red 208 ◦ green 171 ◦ blue 98

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

Shades of Apache #D0AB62

Tints of Apache #D0AB62

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.85%

 BLUE value IS 98 (38.67% from 255) = 20.55%

R = 43.61%
G = 35.85%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.53

 K value IS 0.18

RGB Variations

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

Color information

#D0AB62 (or 0xD0AB62) is known color: Apache. HEX triplet: D0, AB and 62. RGB value is (208,171,98). Sum of RGB (Red+Green+Blue) = 208+171+98=477 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.61% from 477); Green value is 171 (67.19% from 255 or 35.85% from 477); Blue value is 98 (38.67% from 255 or 20.55% from 477); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AB62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0AB62 is #2F549D. Grayscale: #AEAEAE. Windows color (decimal): -3101854 or 6466512. OLE color: 6466512.

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

Color convert

RGB 208 171 98 -
CMYK 0 0.18 0.53 0.18
HSL 39.82º 0.54% 0.6% -
HSV(B) 39.82º 0.53% 0.82% -
XYZ 42.78 43.42 17.68 -
YUV 173.74 85.26 152.44 -
System Red Green Blue C M Y K H S L
Decimal 208 171 98 0 0.18 0.53 0.18 39.82 0.54 0.6
Hex D0 AB 62 0 12 35 12 28 36 3C
Octal 320 253 142 0 22 65 22 50 66 74
Binary 11010000 10101011 1100010 0 10010 110101 10010 101000 110110 111100

Color Harmonies of #D0AB62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AB62

Black with #D0AB62

Text Example


Text Example

White with #D0AB62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AB62; }

 p { color: rgb(208,171,98); }

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

background-color css

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

 a { background-color: rgb(208,171,98); }

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

border-color css

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

 span { border-color: rgb(208,171,98); }

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