Html Css Color HEX #D5A14B Fire Bush

📋 copy color: '#D5A14B'

red 213 ◦ green 161 ◦ blue 75

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

Shades of Fire Bush #D5A14B

Tints of Fire Bush #D5A14B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 16.7%

R = 47.44%
G = 35.86%
B = 16.7%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D5A14B (or 0xD5A14B) is known color: Fire Bush. HEX triplet: D5, A1 and 4B. RGB value is (213,161,75). Sum of RGB (Red+Green+Blue) = 213+161+75=449 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.44% from 449); Green value is 161 (63.28% from 255 or 35.86% from 449); Blue value is 75 (29.69% from 255 or 16.70% from 449); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A14B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A14B is #2A5EB4. Grayscale: #A7A7A7. Windows color (decimal): -2776757 or 4956629. OLE color: 4956629.

HSL color Cylindrical-coordinate representation of color #D5A14B: hue angle of 37.39º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D5A14B is Cyan = 0, Magento = 0.24, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 161 75 -
CMYK 0 0.24 0.65 0.16
HSL 37.39º 0.62% 0.56% -
HSV(B) 37.39º 0.65% 0.84% -
XYZ 41.46 40.14 12.22 -
YUV 166.74 76.23 160.99 -
System Red Green Blue C M Y K H S L
Decimal 213 161 75 0 0.24 0.65 0.16 37.39 0.62 0.56
Hex D5 A1 4B 0 18 41 10 25 3E 38
Octal 325 241 113 0 30 101 20 45 76 70
Binary 11010101 10100001 1001011 0 11000 1000001 10000 100101 111110 111000

Color Harmonies of #D5A14B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A14B

Black with #D5A14B

Text Example


Text Example

White with #D5A14B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A14B; }

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

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

background-color css

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

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

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

border-color css

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

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

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