Html Css Color HEX #DD964B Fire Bush

📋 copy color: '#DD964B'

red 221 ◦ green 150 ◦ blue 75

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

Shades of Fire Bush #DD964B

Tints of Fire Bush #DD964B

RGB

 RED value IS 221 (86.72% from 255) = 49.55%

 GREEN value IS 150 (58.98% from 255) = 33.63%

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

R = 49.55%
G = 33.63%
B = 16.82%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DD964B (or 0xDD964B) is known color: Fire Bush. HEX triplet: DD, 96 and 4B. RGB value is (221,150,75). Sum of RGB (Red+Green+Blue) = 221+150+75=446 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.55% from 446); Green value is 150 (58.98% from 255 or 33.63% from 446); Blue value is 75 (29.69% from 255 or 16.82% from 446); Max value from RGB is 221 - color contains mainly: red. Hex color #DD964B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD964B is #2269B4. Grayscale: #A3A3A3. Windows color (decimal): -2255285 or 4953821. OLE color: 4953821.

HSL color Cylindrical-coordinate representation of color #DD964B: hue angle of 30.82º degrees, saturation: 0.68, 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 #DD964B is Cyan = 0, Magento = 0.32, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 150 75 -
CMYK 0 0.32 0.66 0.13
HSL 30.82º 0.68% 0.58% -
HSV(B) 30.82º 0.66% 0.87% -
XYZ 42 37.69 11.72 -
YUV 162.68 78.52 169.6 -
System Red Green Blue C M Y K H S L
Decimal 221 150 75 0 0.32 0.66 0.13 30.82 0.68 0.58
Hex DD 96 4B 0 20 42 D 1F 44 3A
Octal 335 226 113 0 40 102 15 37 104 72
Binary 11011101 10010110 1001011 0 100000 1000010 1101 11111 1000100 111010

Color Harmonies of #DD964B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD964B

Black with #DD964B

Text Example


Text Example

White with #DD964B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD964B; }

 p { color: rgb(221,150,75); }

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

background-color css

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

 a { background-color: rgb(221,150,75); }

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

border-color css

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

 span { border-color: rgb(221,150,75); }

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