Html Css Color HEX #D0AB50 Apache

📋 copy color: '#D0AB50'

red 208 ◦ green 171 ◦ blue 80

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

Shades of Apache #D0AB50

Tints of Apache #D0AB50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 17.43%

R = 45.32%
G = 37.25%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D0AB50 (or 0xD0AB50) is known color: Apache. HEX triplet: D0, AB and 50. RGB value is (208,171,80). Sum of RGB (Red+Green+Blue) = 208+171+80=459 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.32% from 459); Green value is 171 (67.19% from 255 or 37.25% from 459); Blue value is 80 (31.64% from 255 or 17.43% from 459); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AB50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0AB50 is #2F54AF. Grayscale: #ACACAC. Windows color (decimal): -3101872 or 5286864. OLE color: 5286864.

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

Color convert

RGB 208 171 80 -
CMYK 0 0.18 0.62 0.18
HSL 42.66º 0.58% 0.56% -
HSV(B) 42.66º 0.62% 0.82% -
XYZ 42.02 43.11 13.7 -
YUV 171.69 76.26 153.9 -
System Red Green Blue C M Y K H S L
Decimal 208 171 80 0 0.18 0.62 0.18 42.66 0.58 0.56
Hex D0 AB 50 0 12 3E 12 2B 3A 38
Octal 320 253 120 0 22 76 22 53 72 70
Binary 11010000 10101011 1010000 0 10010 111110 10010 101011 111010 111000

Color Harmonies of #D0AB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AB50

Black with #D0AB50

Text Example


Text Example

White with #D0AB50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AB50; }

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

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

background-color css

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

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

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

border-color css

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

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

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