Html Css Color HEX #D0B054 Apache

📋 copy color: '#D0B054'

red 208 ◦ green 176 ◦ blue 84

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

Shades of Apache #D0B054

Tints of Apache #D0B054

RGB

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

 GREEN value IS 176 (69.14% from 255) = 37.61%

 BLUE value IS 84 (33.2% from 255) = 17.95%

R = 44.44%
G = 37.61%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#D0B054 (or 0xD0B054) is known color: Apache. HEX triplet: D0, B0 and 54. RGB value is (208,176,84). Sum of RGB (Red+Green+Blue) = 208+176+84=468 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.44% from 468); Green value is 176 (69.14% from 255 or 37.61% from 468); Blue value is 84 (33.20% from 255 or 17.95% from 468); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B054 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0B054 is #2F4FAB. Grayscale: #AFAFAF. Windows color (decimal): -3100588 or 5550288. OLE color: 5550288.

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

Color convert

RGB 208 176 84 -
CMYK 0 0.15 0.60 0.18
HSL 44.52º 0.57% 0.57% -
HSV(B) 44.52º 0.6% 0.82% -
XYZ 43.14 45.1 14.82 -
YUV 175.08 76.6 151.48 -
System Red Green Blue C M Y K H S L
Decimal 208 176 84 0 0.15 0.60 0.18 44.52 0.57 0.57
Hex D0 B0 54 0 F 3C 12 2D 39 39
Octal 320 260 124 0 17 74 22 55 71 71
Binary 11010000 10110000 1010100 0 1111 111100 10010 101101 111001 111001

Color Harmonies of #D0B054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B054

Black with #D0B054

Text Example


Text Example

White with #D0B054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B054; }

 p { color: rgb(208,176,84); }

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

background-color css

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

 a { background-color: rgb(208,176,84); }

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

border-color css

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

 span { border-color: rgb(208,176,84); }

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