Html Css Color HEX #DF954B Fire Bush

📋 copy color: '#DF954B'

red 223 ◦ green 149 ◦ blue 75

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

Shades of Fire Bush #DF954B

Tints of Fire Bush #DF954B

RGB

 RED value IS 223 (87.5% from 255) = 49.89%

 GREEN value IS 149 (58.59% from 255) = 33.33%

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

R = 49.89%
G = 33.33%
B = 16.78%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DF954B (or 0xDF954B) is known color: Fire Bush. HEX triplet: DF, 95 and 4B. RGB value is (223,149,75). Sum of RGB (Red+Green+Blue) = 223+149+75=447 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.89% from 447); Green value is 149 (58.59% from 255 or 33.33% from 447); Blue value is 75 (29.69% from 255 or 16.78% from 447); Max value from RGB is 223 - color contains mainly: red. Hex color #DF954B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF954B is #206AB4. Grayscale: #A3A3A3. Windows color (decimal): -2124469 or 4953567. OLE color: 4953567.

HSL color Cylindrical-coordinate representation of color #DF954B: hue angle of 30º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DF954B is Cyan = 0, Magento = 0.33, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 149 75 -
CMYK 0 0.33 0.66 0.13
HSL 30º 0.7% 0.58% -
HSV(B) 30º 0.66% 0.87% -
XYZ 42.45 37.69 11.69 -
YUV 162.69 78.52 171.02 -
System Red Green Blue C M Y K H S L
Decimal 223 149 75 0 0.33 0.66 0.13 30 0.7 0.58
Hex DF 95 4B 0 21 42 D 1E 46 3A
Octal 337 225 113 0 41 102 15 36 106 72
Binary 11011111 10010101 1001011 0 100001 1000010 1101 11110 1000110 111010

Color Harmonies of #DF954B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF954B

Black with #DF954B

Text Example


Text Example

White with #DF954B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF954B; }

 p { color: rgb(223,149,75); }

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

background-color css

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

 a { background-color: rgb(223,149,75); }

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

border-color css

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

 span { border-color: rgb(223,149,75); }

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