Html Css Color HEX #DB8A2F Fuel Yellow

📋 copy color: '#DB8A2F'

red 219 ◦ green 138 ◦ blue 47

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

Shades of Fuel Yellow #DB8A2F

Tints of Fuel Yellow #DB8A2F

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.16%

 BLUE value IS 47 (18.75% from 255) = 11.63%

R = 54.21%
G = 34.16%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DB8A2F (or 0xDB8A2F) is known color: Fuel Yellow. HEX triplet: DB, 8A and 2F. RGB value is (219,138,47). Sum of RGB (Red+Green+Blue) = 219+138+47=404 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.21% from 404); Green value is 138 (54.30% from 255 or 34.16% from 404); Blue value is 47 (18.75% from 255 or 11.63% from 404); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8A2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8A2F is #2475D0. Grayscale: #989898. Windows color (decimal): -2389457 or 3115739. OLE color: 3115739.

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

Color convert

RGB 219 138 47 -
CMYK 0 0.37 0.79 0.14
HSL 31.74º 0.7% 0.52% -
HSV(B) 31.74º 0.79% 0.86% -
XYZ 38.81 33.44 7.1 -
YUV 151.85 68.84 175.9 -
System Red Green Blue C M Y K H S L
Decimal 219 138 47 0 0.37 0.79 0.14 31.74 0.7 0.52
Hex DB 8A 2F 0 25 4F E 20 46 34
Octal 333 212 57 0 45 117 16 40 106 64
Binary 11011011 10001010 101111 0 100101 1001111 1110 100000 1000110 110100

Color Harmonies of #DB8A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8A2F

Black with #DB8A2F

Text Example


Text Example

White with #DB8A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8A2F; }

 p { color: rgb(219,138,47); }

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

background-color css

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

 a { background-color: rgb(219,138,47); }

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

border-color css

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

 span { border-color: rgb(219,138,47); }

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