Html Css Color HEX #D5983D Fire Bush

📋 copy color: '#D5983D'

red 213 ◦ green 152 ◦ blue 61

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

Shades of Fire Bush #D5983D

Tints of Fire Bush #D5983D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 14.32%

R = 50%
G = 35.68%
B = 14.32%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D5983D (or 0xD5983D) is known color: Fire Bush. HEX triplet: D5, 98 and 3D. RGB value is (213,152,61). Sum of RGB (Red+Green+Blue) = 213+152+61=426 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50% from 426); Green value is 152 (59.77% from 255 or 35.68% from 426); Blue value is 61 (24.22% from 255 or 14.32% from 426); Max value from RGB is 213 - color contains mainly: red. Hex color #D5983D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5983D is #2A67C2. Grayscale: #A0A0A0. Windows color (decimal): -2779075 or 4036821. OLE color: 4036821.

HSL color Cylindrical-coordinate representation of color #D5983D: hue angle of 35.92º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D5983D is Cyan = 0, Magento = 0.29, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 152 61 -
CMYK 0 0.29 0.71 0.16
HSL 35.92º 0.64% 0.54% -
HSV(B) 35.92º 0.71% 0.84% -
XYZ 39.51 36.94 9.46 -
YUV 159.87 72.21 165.9 -
System Red Green Blue C M Y K H S L
Decimal 213 152 61 0 0.29 0.71 0.16 35.92 0.64 0.54
Hex D5 98 3D 0 1D 47 10 24 40 36
Octal 325 230 75 0 35 107 20 44 100 66
Binary 11010101 10011000 111101 0 11101 1000111 10000 100100 1000000 110110

Color Harmonies of #D5983D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5983D

Black with #D5983D

Text Example


Text Example

White with #D5983D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5983D; }

 p { color: rgb(213,152,61); }

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

background-color css

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

 a { background-color: rgb(213,152,61); }

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

border-color css

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

 span { border-color: rgb(213,152,61); }

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