Html Css Color HEX #D6954B Fire Bush

📋 copy color: '#D6954B'

red 214 ◦ green 149 ◦ blue 75

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

Shades of Fire Bush #D6954B

Tints of Fire Bush #D6954B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 34.02%

 BLUE value IS 75 (29.69% from 255) = 17.12%

R = 48.86%
G = 34.02%
B = 17.12%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D6954B (or 0xD6954B) is known color: Fire Bush. HEX triplet: D6, 95 and 4B. RGB value is (214,149,75). Sum of RGB (Red+Green+Blue) = 214+149+75=438 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.86% from 438); Green value is 149 (58.59% from 255 or 34.02% from 438); Blue value is 75 (29.69% from 255 or 17.12% from 438); Max value from RGB is 214 - color contains mainly: red. Hex color #D6954B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6954B is #296AB4. Grayscale: #A0A0A0. Windows color (decimal): -2714293 or 4953558. OLE color: 4953558.

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

Color convert

RGB 214 149 75 -
CMYK 0 0.30 0.65 0.16
HSL 31.94º 0.63% 0.57% -
HSV(B) 31.94º 0.65% 0.84% -
XYZ 39.75 36.3 11.57 -
YUV 160 80.03 166.52 -
System Red Green Blue C M Y K H S L
Decimal 214 149 75 0 0.30 0.65 0.16 31.94 0.63 0.57
Hex D6 95 4B 0 1E 41 10 20 3F 39
Octal 326 225 113 0 36 101 20 40 77 71
Binary 11010110 10010101 1001011 0 11110 1000001 10000 100000 111111 111001

Color Harmonies of #D6954B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6954B

Black with #D6954B

Text Example


Text Example

White with #D6954B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6954B; }

 p { color: rgb(214,149,75); }

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

background-color css

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

 a { background-color: rgb(214,149,75); }

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

border-color css

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

 span { border-color: rgb(214,149,75); }

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