Html Css Color HEX #DB8C30 Fuel Yellow

📋 copy color: '#DB8C30'

red 219 ◦ green 140 ◦ blue 48

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

Shades of Fuel Yellow #DB8C30

Tints of Fuel Yellow #DB8C30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 11.79%

R = 53.81%
G = 34.4%
B = 11.79%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DB8C30 (or 0xDB8C30) is known color: Fuel Yellow. HEX triplet: DB, 8C and 30. RGB value is (219,140,48). Sum of RGB (Red+Green+Blue) = 219+140+48=407 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.81% from 407); Green value is 140 (55.08% from 255 or 34.40% from 407); Blue value is 48 (19.14% from 255 or 11.79% from 407); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8C30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8C30 is #2473CF. Grayscale: #999999. Windows color (decimal): -2388944 or 3181787. OLE color: 3181787.

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

Color convert

RGB 219 140 48 -
CMYK 0 0.36 0.78 0.14
HSL 32.28º 0.7% 0.52% -
HSV(B) 32.28º 0.78% 0.86% -
XYZ 39.13 34.03 7.3 -
YUV 153.13 68.67 174.98 -
System Red Green Blue C M Y K H S L
Decimal 219 140 48 0 0.36 0.78 0.14 32.28 0.7 0.52
Hex DB 8C 30 0 24 4E E 20 46 34
Octal 333 214 60 0 44 116 16 40 106 64
Binary 11011011 10001100 110000 0 100100 1001110 1110 100000 1000110 110100

Color Harmonies of #DB8C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8C30

Black with #DB8C30

Text Example


Text Example

White with #DB8C30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8C30; }

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

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

background-color css

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

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

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

border-color css

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

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

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