Html Css Color HEX #D6963D Fire Bush

📋 copy color: '#D6963D'

red 214 ◦ green 150 ◦ blue 61

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

Shades of Fire Bush #D6963D

Tints of Fire Bush #D6963D

RGB

 RED value IS 214 (83.98% from 255) = 50.35%

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

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

R = 50.35%
G = 35.29%
B = 14.35%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D6963D (or 0xD6963D) is known color: Fire Bush. HEX triplet: D6, 96 and 3D. RGB value is (214,150,61). Sum of RGB (Red+Green+Blue) = 214+150+61=425 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.35% from 425); Green value is 150 (58.98% from 255 or 35.29% from 425); Blue value is 61 (24.22% from 255 or 14.35% from 425); Max value from RGB is 214 - color contains mainly: red. Hex color #D6963D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6963D is #2969C2. Grayscale: #9F9F9F. Windows color (decimal): -2714051 or 4036310. OLE color: 4036310.

HSL color Cylindrical-coordinate representation of color #D6963D: hue angle of 34.9º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D6963D is Cyan = 0, Magento = 0.30, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 150 61 -
CMYK 0 0.30 0.71 0.16
HSL 34.9º 0.65% 0.54% -
HSV(B) 34.9º 0.71% 0.84% -
XYZ 39.48 36.45 9.37 -
YUV 158.99 72.7 167.24 -
System Red Green Blue C M Y K H S L
Decimal 214 150 61 0 0.30 0.71 0.16 34.9 0.65 0.54
Hex D6 96 3D 0 1E 47 10 23 41 36
Octal 326 226 75 0 36 107 20 43 101 66
Binary 11010110 10010110 111101 0 11110 1000111 10000 100011 1000001 110110

Color Harmonies of #D6963D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6963D

Black with #D6963D

Text Example


Text Example

White with #D6963D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6963D; }

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

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

background-color css

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

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

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

border-color css

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

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

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