Html Css Color HEX #DA963C Fire Bush

📋 copy color: '#DA963C'

red 218 ◦ green 150 ◦ blue 60

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

Shades of Fire Bush #DA963C

Tints of Fire Bush #DA963C

RGB

 RED value IS 218 (85.55% from 255) = 50.93%

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

 BLUE value IS 60 (23.83% from 255) = 14.02%

R = 50.93%
G = 35.05%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#DA963C (or 0xDA963C) is known color: Fire Bush. HEX triplet: DA, 96 and 3C. RGB value is (218,150,60). Sum of RGB (Red+Green+Blue) = 218+150+60=428 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.93% from 428); Green value is 150 (58.98% from 255 or 35.05% from 428); Blue value is 60 (23.83% from 255 or 14.02% from 428); Max value from RGB is 218 - color contains mainly: red. Hex color #DA963C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA963C is #2569C3. Grayscale: #A0A0A0. Windows color (decimal): -2451908 or 3970778. OLE color: 3970778.

HSL color Cylindrical-coordinate representation of color #DA963C: hue angle of 34.18º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DA963C is Cyan = 0, Magento = 0.31, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 150 60 -
CMYK 0 0.31 0.72 0.15
HSL 34.18º 0.68% 0.55% -
HSV(B) 34.18º 0.72% 0.85% -
XYZ 40.64 37.04 9.28 -
YUV 160.07 71.53 169.32 -
System Red Green Blue C M Y K H S L
Decimal 218 150 60 0 0.31 0.72 0.15 34.18 0.68 0.55
Hex DA 96 3C 0 1F 48 F 22 44 37
Octal 332 226 74 0 37 110 17 42 104 67
Binary 11011010 10010110 111100 0 11111 1001000 1111 100010 1000100 110111

Color Harmonies of #DA963C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA963C

Black with #DA963C

Text Example


Text Example

White with #DA963C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA963C; }

 p { color: rgb(218,150,60); }

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

background-color css

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

 a { background-color: rgb(218,150,60); }

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

border-color css

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

 span { border-color: rgb(218,150,60); }

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