Html Css Color HEX #DB8C37 Fuel Yellow

📋 copy color: '#DB8C37'

red 219 ◦ green 140 ◦ blue 55

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

Shades of Fuel Yellow #DB8C37

Tints of Fuel Yellow #DB8C37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 13.29%

R = 52.9%
G = 33.82%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DB8C37 (or 0xDB8C37) is known color: Fuel Yellow. HEX triplet: DB, 8C and 37. RGB value is (219,140,55). Sum of RGB (Red+Green+Blue) = 219+140+55=414 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.90% from 414); Green value is 140 (55.08% from 255 or 33.82% from 414); Blue value is 55 (21.88% from 255 or 13.29% from 414); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8C37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8C37 is #2473C8. Grayscale: #9A9A9A. Windows color (decimal): -2388937 or 3640539. OLE color: 3640539.

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

Color convert

RGB 219 140 55 -
CMYK 0 0.36 0.75 0.14
HSL 31.1º 0.69% 0.54% -
HSV(B) 31.1º 0.75% 0.86% -
XYZ 39.28 34.09 8.12 -
YUV 153.93 72.17 174.41 -
System Red Green Blue C M Y K H S L
Decimal 219 140 55 0 0.36 0.75 0.14 31.1 0.69 0.54
Hex DB 8C 37 0 24 4B E 1F 45 36
Octal 333 214 67 0 44 113 16 37 105 66
Binary 11011011 10001100 110111 0 100100 1001011 1110 11111 1000101 110110

Color Harmonies of #DB8C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8C37

Black with #DB8C37

Text Example


Text Example

White with #DB8C37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8C37; }

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

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

background-color css

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

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

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

border-color css

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

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

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