Html Css Color HEX #D4983F Fire Bush

📋 copy color: '#D4983F'

red 212 ◦ green 152 ◦ blue 63

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

Shades of Fire Bush #D4983F

Tints of Fire Bush #D4983F

RGB

 RED value IS 212 (83.2% from 255) = 49.65%

 GREEN value IS 152 (59.77% from 255) = 35.6%

 BLUE value IS 63 (25% from 255) = 14.75%

R = 49.65%
G = 35.6%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.70

 K value IS 0.17

RGB Variations

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

Color information

#D4983F (or 0xD4983F) is known color: Fire Bush. HEX triplet: D4, 98 and 3F. RGB value is (212,152,63). Sum of RGB (Red+Green+Blue) = 212+152+63=427 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.65% from 427); Green value is 152 (59.77% from 255 or 35.60% from 427); Blue value is 63 (25% from 255 or 14.75% from 427); Max value from RGB is 212 - color contains mainly: red. Hex color #D4983F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4983F is #2B67C0. Grayscale: #A0A0A0. Windows color (decimal): -2844609 or 4167892. OLE color: 4167892.

HSL color Cylindrical-coordinate representation of color #D4983F: hue angle of 35.84º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D4983F is Cyan = 0, Magento = 0.28, Yellow = 0.70 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 152 63 -
CMYK 0 0.28 0.70 0.17
HSL 35.84º 0.63% 0.54% -
HSV(B) 35.84º 0.7% 0.83% -
XYZ 39.28 36.81 9.74 -
YUV 159.79 73.38 165.24 -
System Red Green Blue C M Y K H S L
Decimal 212 152 63 0 0.28 0.70 0.17 35.84 0.63 0.54
Hex D4 98 3F 0 1C 46 11 24 3F 36
Octal 324 230 77 0 34 106 21 44 77 66
Binary 11010100 10011000 111111 0 11100 1000110 10001 100100 111111 110110

Color Harmonies of #D4983F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4983F

Black with #D4983F

Text Example


Text Example

White with #D4983F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4983F; }

 p { color: rgb(212,152,63); }

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

background-color css

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

 a { background-color: rgb(212,152,63); }

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

border-color css

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

 span { border-color: rgb(212,152,63); }

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