Html Css Color HEX #D9963D Fire Bush

📋 copy color: '#D9963D'

red 217 ◦ green 150 ◦ blue 61

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

Shades of Fire Bush #D9963D

Tints of Fire Bush #D9963D

RGB

 RED value IS 217 (85.16% from 255) = 50.7%

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

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

R = 50.7%
G = 35.05%
B = 14.25%

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

#D9963D (or 0xD9963D) is known color: Fire Bush. HEX triplet: D9, 96 and 3D. RGB value is (217,150,61). Sum of RGB (Red+Green+Blue) = 217+150+61=428 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.70% from 428); Green value is 150 (58.98% from 255 or 35.05% from 428); Blue value is 61 (24.22% from 255 or 14.25% from 428); Max value from RGB is 217 - color contains mainly: red. Hex color #D9963D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9963D is #2669C2. Grayscale: #A0A0A0. Windows color (decimal): -2517443 or 4036313. OLE color: 4036313.

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

Color convert

RGB 217 150 61 -
CMYK 0 0.31 0.72 0.15
HSL 34.23º 0.67% 0.55% -
HSV(B) 34.23º 0.72% 0.85% -
XYZ 40.36 36.9 9.41 -
YUV 159.89 72.2 168.74 -
System Red Green Blue C M Y K H S L
Decimal 217 150 61 0 0.31 0.72 0.15 34.23 0.67 0.55
Hex D9 96 3D 0 1F 48 F 22 43 37
Octal 331 226 75 0 37 110 17 42 103 67
Binary 11011001 10010110 111101 0 11111 1001000 1111 100010 1000011 110111

Color Harmonies of #D9963D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9963D

Black with #D9963D

Text Example


Text Example

White with #D9963D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9963D; }

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

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

background-color css

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

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

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

border-color css

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

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

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