Html Css Color HEX #DA963D Fire Bush

📋 copy color: '#DA963D'

red 218 ◦ green 150 ◦ blue 61

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

Shades of Fire Bush #DA963D

Tints of Fire Bush #DA963D

RGB

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

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

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

R = 50.82%
G = 34.97%
B = 14.22%

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

#DA963D (or 0xDA963D) is known color: Fire Bush. HEX triplet: DA, 96 and 3D. RGB value is (218,150,61). Sum of RGB (Red+Green+Blue) = 218+150+61=429 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.82% from 429); Green value is 150 (58.98% from 255 or 34.97% from 429); Blue value is 61 (24.22% from 255 or 14.22% from 429); Max value from RGB is 218 - color contains mainly: red. Hex color #DA963D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA963D is #2569C2. Grayscale: #A0A0A0. Windows color (decimal): -2451907 or 4036314. OLE color: 4036314.

HSL color Cylindrical-coordinate representation of color #DA963D: hue angle of 34.01º 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 #DA963D is Cyan = 0, Magento = 0.31, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 150 61 -
CMYK 0 0.31 0.72 0.15
HSL 34.01º 0.68% 0.55% -
HSV(B) 34.01º 0.72% 0.85% -
XYZ 40.66 37.06 9.42 -
YUV 160.19 72.03 169.24 -
System Red Green Blue C M Y K H S L
Decimal 218 150 61 0 0.31 0.72 0.15 34.01 0.68 0.55
Hex DA 96 3D 0 1F 48 F 22 44 37
Octal 332 226 75 0 37 110 17 42 104 67
Binary 11011010 10010110 111101 0 11111 1001000 1111 100010 1000100 110111

Color Harmonies of #DA963D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA963D

Black with #DA963D

Text Example


Text Example

White with #DA963D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA963D; }

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

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

background-color css

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

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

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

border-color css

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

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

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