Html Css Color HEX #D5A03D Fire Bush

📋 copy color: '#D5A03D'

red 213 ◦ green 160 ◦ blue 61

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

Shades of Fire Bush #D5A03D

Tints of Fire Bush #D5A03D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 14.06%

R = 49.08%
G = 36.87%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D5A03D (or 0xD5A03D) is known color: Fire Bush. HEX triplet: D5, A0 and 3D. RGB value is (213,160,61). Sum of RGB (Red+Green+Blue) = 213+160+61=434 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.08% from 434); Green value is 160 (62.89% from 255 or 36.87% from 434); Blue value is 61 (24.22% from 255 or 14.06% from 434); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A03D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A03D is #2A5FC2. Grayscale: #A5A5A5. Windows color (decimal): -2777027 or 4038869. OLE color: 4038869.

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

Color convert

RGB 213 160 61 -
CMYK 0 0.25 0.71 0.16
HSL 39.08º 0.64% 0.54% -
HSV(B) 39.08º 0.71% 0.84% -
XYZ 40.85 39.62 9.91 -
YUV 164.56 69.56 162.55 -
System Red Green Blue C M Y K H S L
Decimal 213 160 61 0 0.25 0.71 0.16 39.08 0.64 0.54
Hex D5 A0 3D 0 19 47 10 27 40 36
Octal 325 240 75 0 31 107 20 47 100 66
Binary 11010101 10100000 111101 0 11001 1000111 10000 100111 1000000 110110

Color Harmonies of #D5A03D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A03D

Black with #D5A03D

Text Example


Text Example

White with #D5A03D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A03D; }

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

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

background-color css

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

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

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

border-color css

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

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

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