Html Css Color HEX #D0B154 Apache

📋 copy color: '#D0B154'

red 208 ◦ green 177 ◦ blue 84

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

Shades of Apache #D0B154

Tints of Apache #D0B154

RGB

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

 GREEN value IS 177 (69.53% from 255) = 37.74%

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

R = 44.35%
G = 37.74%
B = 17.91%

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

#D0B154 (or 0xD0B154) is known color: Apache. HEX triplet: D0, B1 and 54. RGB value is (208,177,84). Sum of RGB (Red+Green+Blue) = 208+177+84=469 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.35% from 469); Green value is 177 (69.53% from 255 or 37.74% from 469); Blue value is 84 (33.20% from 255 or 17.91% from 469); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B154 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0B154 is #2F4EAB. Grayscale: #B0B0B0. Windows color (decimal): -3100332 or 5550544. OLE color: 5550544.

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

Color convert

RGB 208 177 84 -
CMYK 0 0.15 0.60 0.18
HSL 45º 0.57% 0.57% -
HSV(B) 45º 0.6% 0.82% -
XYZ 43.33 45.49 14.88 -
YUV 175.67 76.27 151.06 -
System Red Green Blue C M Y K H S L
Decimal 208 177 84 0 0.15 0.60 0.18 45 0.57 0.57
Hex D0 B1 54 0 F 3C 12 2D 39 39
Octal 320 261 124 0 17 74 22 55 71 71
Binary 11010000 10110001 1010100 0 1111 111100 10010 101101 111001 111001

Color Harmonies of #D0B154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B154

Black with #D0B154

Text Example


Text Example

White with #D0B154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B154; }

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

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

background-color css

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

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

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

border-color css

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

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

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