Html Css Color HEX #D5A141 Fire Bush

📋 copy color: '#D5A141'

red 213 ◦ green 161 ◦ blue 65

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

Shades of Fire Bush #D5A141

Tints of Fire Bush #D5A141

RGB

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

 GREEN value IS 161 (63.28% from 255) = 36.67%

 BLUE value IS 65 (25.78% from 255) = 14.81%

R = 48.52%
G = 36.67%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D5A141 (or 0xD5A141) is known color: Fire Bush. HEX triplet: D5, A1 and 41. RGB value is (213,161,65). Sum of RGB (Red+Green+Blue) = 213+161+65=439 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.52% from 439); Green value is 161 (63.28% from 255 or 36.67% from 439); Blue value is 65 (25.78% from 255 or 14.81% from 439); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A141 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A141 is #2A5EBE. Grayscale: #A6A6A6. Windows color (decimal): -2776767 or 4301269. OLE color: 4301269.

HSL color Cylindrical-coordinate representation of color #D5A141: hue angle of 38.92º 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 #D5A141 is Cyan = 0, Magento = 0.24, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 161 65 -
CMYK 0 0.24 0.69 0.16
HSL 38.92º 0.64% 0.55% -
HSV(B) 38.92º 0.69% 0.84% -
XYZ 41.14 40.02 10.56 -
YUV 165.6 71.23 161.81 -
System Red Green Blue C M Y K H S L
Decimal 213 161 65 0 0.24 0.69 0.16 38.92 0.64 0.55
Hex D5 A1 41 0 18 45 10 27 40 37
Octal 325 241 101 0 30 105 20 47 100 67
Binary 11010101 10100001 1000001 0 11000 1000101 10000 100111 1000000 110111

Color Harmonies of #D5A141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A141

Black with #D5A141

Text Example


Text Example

White with #D5A141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A141; }

 p { color: rgb(213,161,65); }

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

background-color css

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

 a { background-color: rgb(213,161,65); }

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

border-color css

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

 span { border-color: rgb(213,161,65); }

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