#D4914B

Color #D4914B Fire Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Bush #D4914B

Tints of Fire Bush #D4914B

Color information

#D4914B (or 0xD4914B) is unknown color: approx Fire Bush. HEX triplet: D4, 91 and 4B. RGB value is (212,145,75). Sum of RGB (Red+Green+Blue) = 212+145+75=432 (57% of max value = 765). Red value is 212 (83.20% from 255 or 49.07% from 432); Green value is 145 (57.03% from 255 or 33.56% from 432); Blue value is 75 (29.69% from 255 or 17.36% from 432); Max value from RGB is 212 - color contains mainly: red. Hex color #D4914B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4914B is #2B6EB4. Grayscale: #9D9D9D. Windows color (decimal): -2846389 or 4952532. OLE color: 4952532.

HSL color Cylindrical-coordinate representation of color #D4914B: hue angle of 30.66º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D4914B is Cyan = 0, Magento = 0.32, Yellow = 0.65 and Black (K on CMYK) = 0.17.

Color convert

RGB21214575-
CMYK00.320.650.17
HSL30.66º61.43%56.27%-
HSV(B)30.66º64.62%83.14%-
XYZ38.5534.7611.33-
YUV157.0581.7167.19-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 49.07%
GREEN value IS 145 (57.03% from 255) = 33.56%
BLUE value IS 75 (29.69% from 255) = 17.36%
R=49.07%
G=33.56%
B=17.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.65
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121457500.320.650.1730.6661.4356.27
HexD4914B02041111f3d38
Octal32422111304010121377570
Binary11010100100100011001011010000010000011000111111111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4914B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4914B; }

 p { color: rgb(212,145,75); }

 H1.HeaderClassName
 {
   color: #D4914B;
 }
 .AnyTagClassName
 {
   color: #D4914B;
 }
</style>
background-color css

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

 a { background-color: rgb(212,145,75); }

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

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

 span { border-color: rgb(212,145,75); }

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