Html Css Color HEX #D5A143 Fire Bush

📋 copy color: '#D5A143'

red 213 ◦ green 161 ◦ blue 67

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

Shades of Fire Bush #D5A143

Tints of Fire Bush #D5A143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 15.19%

R = 48.3%
G = 36.51%
B = 15.19%

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

#D5A143 (or 0xD5A143) is known color: Fire Bush. HEX triplet: D5, A1 and 43. RGB value is (213,161,67). Sum of RGB (Red+Green+Blue) = 213+161+67=441 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.30% from 441); Green value is 161 (63.28% from 255 or 36.51% from 441); Blue value is 67 (26.56% from 255 or 15.19% from 441); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A143 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A143 is #2A5EBC. Grayscale: #A6A6A6. Windows color (decimal): -2776765 or 4432341. OLE color: 4432341.

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

Color convert

RGB 213 161 67 -
CMYK 0 0.24 0.69 0.16
HSL 38.63º 0.63% 0.55% -
HSV(B) 38.63º 0.69% 0.84% -
XYZ 41.2 40.04 10.87 -
YUV 165.83 72.23 161.64 -
System Red Green Blue C M Y K H S L
Decimal 213 161 67 0 0.24 0.69 0.16 38.63 0.63 0.55
Hex D5 A1 43 0 18 45 10 27 3F 37
Octal 325 241 103 0 30 105 20 47 77 67
Binary 11010101 10100001 1000011 0 11000 1000101 10000 100111 111111 110111

Color Harmonies of #D5A143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A143

Black with #D5A143

Text Example


Text Example

White with #D5A143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A143; }

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

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

background-color css

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

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

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

border-color css

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

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

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