Html Css Color HEX #D6994B Fire Bush

📋 copy color: '#D6994B'

red 214 ◦ green 153 ◦ blue 75

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

Shades of Fire Bush #D6994B

Tints of Fire Bush #D6994B

RGB

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

 GREEN value IS 153 (60.16% from 255) = 34.62%

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

R = 48.42%
G = 34.62%
B = 16.97%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D6994B (or 0xD6994B) is known color: Fire Bush. HEX triplet: D6, 99 and 4B. RGB value is (214,153,75). Sum of RGB (Red+Green+Blue) = 214+153+75=442 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.42% from 442); Green value is 153 (60.16% from 255 or 34.62% from 442); Blue value is 75 (29.69% from 255 or 16.97% from 442); Max value from RGB is 214 - color contains mainly: red. Hex color #D6994B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6994B is #2966B4. Grayscale: #A2A2A2. Windows color (decimal): -2713269 or 4954582. OLE color: 4954582.

HSL color Cylindrical-coordinate representation of color #D6994B: hue angle of 33.67º 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 #D6994B is Cyan = 0, Magento = 0.29, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 153 75 -
CMYK 0 0.29 0.65 0.16
HSL 33.67º 0.63% 0.57% -
HSV(B) 33.67º 0.65% 0.84% -
XYZ 40.39 37.59 11.78 -
YUV 162.35 78.71 164.84 -
System Red Green Blue C M Y K H S L
Decimal 214 153 75 0 0.29 0.65 0.16 33.67 0.63 0.57
Hex D6 99 4B 0 1D 41 10 22 3F 39
Octal 326 231 113 0 35 101 20 42 77 71
Binary 11010110 10011001 1001011 0 11101 1000001 10000 100010 111111 111001

Color Harmonies of #D6994B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6994B

Black with #D6994B

Text Example


Text Example

White with #D6994B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6994B; }

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

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

background-color css

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

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

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

border-color css

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

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

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