Html Css Color HEX #D5B058 Apache

📋 copy color: '#D5B058'

red 213 ◦ green 176 ◦ blue 88

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

Shades of Apache #D5B058

Tints of Apache #D5B058

RGB

 RED value IS 213 (83.59% from 255) = 44.65%

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

 BLUE value IS 88 (34.77% from 255) = 18.45%

R = 44.65%
G = 36.9%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.59

 K value IS 0.16

RGB Variations

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

Color information

#D5B058 (or 0xD5B058) is known color: Apache. HEX triplet: D5, B0 and 58. RGB value is (213,176,88). Sum of RGB (Red+Green+Blue) = 213+176+88=477 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.65% from 477); Green value is 176 (69.14% from 255 or 36.90% from 477); Blue value is 88 (34.77% from 255 or 18.45% from 477); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B058 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5B058 is #2A4FA7. Grayscale: #B1B1B1. Windows color (decimal): -2772904 or 5812437. OLE color: 5812437.

HSL color Cylindrical-coordinate representation of color #D5B058: hue angle of 42.24º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D5B058 is Cyan = 0, Magento = 0.17, Yellow = 0.59 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 176 88 -
CMYK 0 0.17 0.59 0.16
HSL 42.24º 0.6% 0.59% -
HSV(B) 42.24º 0.59% 0.84% -
XYZ 44.73 45.9 15.73 -
YUV 177.03 77.76 153.66 -
System Red Green Blue C M Y K H S L
Decimal 213 176 88 0 0.17 0.59 0.16 42.24 0.6 0.59
Hex D5 B0 58 0 11 3B 10 2A 3C 3B
Octal 325 260 130 0 21 73 20 52 74 73
Binary 11010101 10110000 1011000 0 10001 111011 10000 101010 111100 111011

Color Harmonies of #D5B058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B058

Black with #D5B058

Text Example


Text Example

White with #D5B058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B058; }

 p { color: rgb(213,176,88); }

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

background-color css

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

 a { background-color: rgb(213,176,88); }

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

border-color css

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

 span { border-color: rgb(213,176,88); }

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