Html Css Color HEX #DB8C38 Fuel Yellow

📋 copy color: '#DB8C38'

red 219 ◦ green 140 ◦ blue 56

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

Shades of Fuel Yellow #DB8C38

Tints of Fuel Yellow #DB8C38

RGB

 RED value IS 219 (85.94% from 255) = 52.77%

 GREEN value IS 140 (55.08% from 255) = 33.73%

 BLUE value IS 56 (22.27% from 255) = 13.49%

R = 52.77%
G = 33.73%
B = 13.49%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DB8C38 (or 0xDB8C38) is known color: Fuel Yellow. HEX triplet: DB, 8C and 38. RGB value is (219,140,56). Sum of RGB (Red+Green+Blue) = 219+140+56=415 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.77% from 415); Green value is 140 (55.08% from 255 or 33.73% from 415); Blue value is 56 (22.27% from 255 or 13.49% from 415); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8C38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8C38 is #2473C7. Grayscale: #9A9A9A. Windows color (decimal): -2388936 or 3706075. OLE color: 3706075.

HSL color Cylindrical-coordinate representation of color #DB8C38: hue angle of 30.92º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DB8C38 is Cyan = 0, Magento = 0.36, Yellow = 0.74 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 140 56 -
CMYK 0 0.36 0.74 0.14
HSL 30.92º 0.69% 0.54% -
HSV(B) 30.92º 0.74% 0.86% -
XYZ 39.31 34.1 8.25 -
YUV 154.05 72.67 174.33 -
System Red Green Blue C M Y K H S L
Decimal 219 140 56 0 0.36 0.74 0.14 30.92 0.69 0.54
Hex DB 8C 38 0 24 4A E 1F 45 36
Octal 333 214 70 0 44 112 16 37 105 66
Binary 11011011 10001100 111000 0 100100 1001010 1110 11111 1000101 110110

Color Harmonies of #DB8C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8C38

Black with #DB8C38

Text Example


Text Example

White with #DB8C38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8C38; }

 p { color: rgb(219,140,56); }

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

background-color css

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

 a { background-color: rgb(219,140,56); }

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

border-color css

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

 span { border-color: rgb(219,140,56); }

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