Html Css Color HEX #D4B058 Apache

📋 copy color: '#D4B058'

red 212 ◦ green 176 ◦ blue 88

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

Shades of Apache #D4B058

Tints of Apache #D4B058

RGB

 RED value IS 212 (83.2% from 255) = 44.54%

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

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

R = 44.54%
G = 36.97%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.58

 K value IS 0.17

RGB Variations

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

Color information

#D4B058 (or 0xD4B058) is known color: Apache. HEX triplet: D4, B0 and 58. RGB value is (212,176,88). Sum of RGB (Red+Green+Blue) = 212+176+88=476 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.54% from 476); Green value is 176 (69.14% from 255 or 36.97% from 476); Blue value is 88 (34.77% from 255 or 18.49% from 476); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B058 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4B058 is #2B4FA7. Grayscale: #B1B1B1. Windows color (decimal): -2838440 or 5812436. OLE color: 5812436.

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

Color convert

RGB 212 176 88 -
CMYK 0 0.17 0.58 0.17
HSL 42.58º 0.59% 0.59% -
HSV(B) 42.58º 0.58% 0.83% -
XYZ 44.44 45.75 15.72 -
YUV 176.73 77.93 153.16 -
System Red Green Blue C M Y K H S L
Decimal 212 176 88 0 0.17 0.58 0.17 42.58 0.59 0.59
Hex D4 B0 58 0 11 3A 11 2B 3B 3B
Octal 324 260 130 0 21 72 21 53 73 73
Binary 11010100 10110000 1011000 0 10001 111010 10001 101011 111011 111011

Color Harmonies of #D4B058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B058

Black with #D4B058

Text Example


Text Example

White with #D4B058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B058; }

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

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

background-color css

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

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

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

border-color css

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

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

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