Html Css Color HEX #D5994B Fire Bush

📋 copy color: '#D5994B'

red 213 ◦ green 153 ◦ blue 75

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

Shades of Fire Bush #D5994B

Tints of Fire Bush #D5994B

RGB

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

 GREEN value IS 153 (60.16% from 255) = 34.69%

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

R = 48.3%
G = 34.69%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D5994B (or 0xD5994B) is known color: Fire Bush. HEX triplet: D5, 99 and 4B. RGB value is (213,153,75). Sum of RGB (Red+Green+Blue) = 213+153+75=441 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.30% from 441); Green value is 153 (60.16% from 255 or 34.69% from 441); Blue value is 75 (29.69% from 255 or 17.01% from 441); Max value from RGB is 213 - color contains mainly: red. Hex color #D5994B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5994B is #2A66B4. Grayscale: #A2A2A2. Windows color (decimal): -2778805 or 4954581. OLE color: 4954581.

HSL color Cylindrical-coordinate representation of color #D5994B: hue angle of 33.91º 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 #D5994B is Cyan = 0, Magento = 0.28, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 153 75 -
CMYK 0 0.28 0.65 0.16
HSL 33.91º 0.62% 0.56% -
HSV(B) 33.91º 0.65% 0.84% -
XYZ 40.1 37.44 11.77 -
YUV 162.05 78.88 164.34 -
System Red Green Blue C M Y K H S L
Decimal 213 153 75 0 0.28 0.65 0.16 33.91 0.62 0.56
Hex D5 99 4B 0 1C 41 10 22 3E 38
Octal 325 231 113 0 34 101 20 42 76 70
Binary 11010101 10011001 1001011 0 11100 1000001 10000 100010 111110 111000

Color Harmonies of #D5994B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5994B

Black with #D5994B

Text Example


Text Example

White with #D5994B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5994B; }

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

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

background-color css

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

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

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

border-color css

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

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

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