Html Css Color HEX #D5964C Fire Bush

📋 copy color: '#D5964C'

red 213 ◦ green 150 ◦ blue 76

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

Shades of Fire Bush #D5964C

Tints of Fire Bush #D5964C

RGB

 RED value IS 213 (83.59% from 255) = 48.52%

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

 BLUE value IS 76 (30.08% from 255) = 17.31%

R = 48.52%
G = 34.17%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D5964C (or 0xD5964C) is known color: Fire Bush. HEX triplet: D5, 96 and 4C. RGB value is (213,150,76). Sum of RGB (Red+Green+Blue) = 213+150+76=439 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.52% from 439); Green value is 150 (58.98% from 255 or 34.17% from 439); Blue value is 76 (30.08% from 255 or 17.31% from 439); Max value from RGB is 213 - color contains mainly: red. Hex color #D5964C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5964C is #2A69B3. Grayscale: #A0A0A0. Windows color (decimal): -2779572 or 5019349. OLE color: 5019349.

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

Color convert

RGB 213 150 76 -
CMYK 0 0.30 0.64 0.16
HSL 32.41º 0.62% 0.57% -
HSV(B) 32.41º 0.64% 0.84% -
XYZ 39.65 36.48 11.79 -
YUV 160.4 80.37 165.52 -
System Red Green Blue C M Y K H S L
Decimal 213 150 76 0 0.30 0.64 0.16 32.41 0.62 0.57
Hex D5 96 4C 0 1E 40 10 20 3E 39
Octal 325 226 114 0 36 100 20 40 76 71
Binary 11010101 10010110 1001100 0 11110 1000000 10000 100000 111110 111001

Color Harmonies of #D5964C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5964C

Black with #D5964C

Text Example


Text Example

White with #D5964C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5964C; }

 p { color: rgb(213,150,76); }

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

background-color css

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

 a { background-color: rgb(213,150,76); }

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

border-color css

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

 span { border-color: rgb(213,150,76); }

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