Html Css Color HEX #D6993F Fire Bush

📋 copy color: '#D6993F'

red 214 ◦ green 153 ◦ blue 63

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

Shades of Fire Bush #D6993F

Tints of Fire Bush #D6993F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 14.65%

R = 49.77%
G = 35.58%
B = 14.65%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D6993F (or 0xD6993F) is known color: Fire Bush. HEX triplet: D6, 99 and 3F. RGB value is (214,153,63). Sum of RGB (Red+Green+Blue) = 214+153+63=430 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.77% from 430); Green value is 153 (60.16% from 255 or 35.58% from 430); Blue value is 63 (25% from 255 or 14.65% from 430); Max value from RGB is 214 - color contains mainly: red. Hex color #D6993F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6993F is #2966C0. Grayscale: #A1A1A1. Windows color (decimal): -2713281 or 4168150. OLE color: 4168150.

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

Color convert

RGB 214 153 63 -
CMYK 0 0.29 0.71 0.16
HSL 35.76º 0.65% 0.54% -
HSV(B) 35.76º 0.71% 0.84% -
XYZ 40.02 37.44 9.82 -
YUV 160.98 72.71 165.82 -
System Red Green Blue C M Y K H S L
Decimal 214 153 63 0 0.29 0.71 0.16 35.76 0.65 0.54
Hex D6 99 3F 0 1D 47 10 24 41 36
Octal 326 231 77 0 35 107 20 44 101 66
Binary 11010110 10011001 111111 0 11101 1000111 10000 100100 1000001 110110

Color Harmonies of #D6993F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6993F

Black with #D6993F

Text Example


Text Example

White with #D6993F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6993F; }

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

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

background-color css

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

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

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

border-color css

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

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

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