Html Css Color HEX #D6993C Fire Bush

📋 copy color: '#D6993C'

red 214 ◦ green 153 ◦ blue 60

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

Shades of Fire Bush #D6993C

Tints of Fire Bush #D6993C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 14.05%

R = 50.12%
G = 35.83%
B = 14.05%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D6993C (or 0xD6993C) is known color: Fire Bush. HEX triplet: D6, 99 and 3C. RGB value is (214,153,60). Sum of RGB (Red+Green+Blue) = 214+153+60=427 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.12% from 427); Green value is 153 (60.16% from 255 or 35.83% from 427); Blue value is 60 (23.83% from 255 or 14.05% from 427); Max value from RGB is 214 - color contains mainly: red. Hex color #D6993C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6993C is #2966C3. Grayscale: #A1A1A1. Windows color (decimal): -2713284 or 3971542. OLE color: 3971542.

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

Color convert

RGB 214 153 60 -
CMYK 0 0.29 0.72 0.16
HSL 36.23º 0.65% 0.54% -
HSV(B) 36.23º 0.72% 0.84% -
XYZ 39.94 37.4 9.39 -
YUV 160.64 71.21 166.06 -
System Red Green Blue C M Y K H S L
Decimal 214 153 60 0 0.29 0.72 0.16 36.23 0.65 0.54
Hex D6 99 3C 0 1D 48 10 24 41 36
Octal 326 231 74 0 35 110 20 44 101 66
Binary 11010110 10011001 111100 0 11101 1001000 10000 100100 1000001 110110

Color Harmonies of #D6993C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6993C

Black with #D6993C

Text Example


Text Example

White with #D6993C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6993C; }

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

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

background-color css

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

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

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

border-color css

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

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

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