Html Css Color HEX #D5A042 Fire Bush

📋 copy color: '#D5A042'

red 213 ◦ green 160 ◦ blue 66

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

Shades of Fire Bush #D5A042

Tints of Fire Bush #D5A042

RGB

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

 GREEN value IS 160 (62.89% from 255) = 36.45%

 BLUE value IS 66 (26.17% from 255) = 15.03%

R = 48.52%
G = 36.45%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D5A042 (or 0xD5A042) is known color: Fire Bush. HEX triplet: D5, A0 and 42. RGB value is (213,160,66). Sum of RGB (Red+Green+Blue) = 213+160+66=439 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.52% from 439); Green value is 160 (62.89% from 255 or 36.45% from 439); Blue value is 66 (26.17% from 255 or 15.03% from 439); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A042 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A042 is #2A5FBD. Grayscale: #A5A5A5. Windows color (decimal): -2777022 or 4366549. OLE color: 4366549.

HSL color Cylindrical-coordinate representation of color #D5A042: hue angle of 38.37º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D5A042 is Cyan = 0, Magento = 0.25, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 160 66 -
CMYK 0 0.25 0.69 0.16
HSL 38.37º 0.64% 0.55% -
HSV(B) 38.37º 0.69% 0.84% -
XYZ 40.99 39.68 10.65 -
YUV 165.13 72.06 162.14 -
System Red Green Blue C M Y K H S L
Decimal 213 160 66 0 0.25 0.69 0.16 38.37 0.64 0.55
Hex D5 A0 42 0 19 45 10 26 40 37
Octal 325 240 102 0 31 105 20 46 100 67
Binary 11010101 10100000 1000010 0 11001 1000101 10000 100110 1000000 110111

Color Harmonies of #D5A042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A042

Black with #D5A042

Text Example


Text Example

White with #D5A042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A042; }

 p { color: rgb(213,160,66); }

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

background-color css

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

 a { background-color: rgb(213,160,66); }

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

border-color css

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

 span { border-color: rgb(213,160,66); }

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