Html Css Color HEX #D58D30 Fuel Yellow

📋 copy color: '#D58D30'

red 213 ◦ green 141 ◦ blue 48

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

Shades of Fuel Yellow #D58D30

Tints of Fuel Yellow #D58D30

RGB

 RED value IS 213 (83.59% from 255) = 52.99%

 GREEN value IS 141 (55.47% from 255) = 35.07%

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

R = 52.99%
G = 35.07%
B = 11.94%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D58D30 (or 0xD58D30) is known color: Fuel Yellow. HEX triplet: D5, 8D and 30. RGB value is (213,141,48). Sum of RGB (Red+Green+Blue) = 213+141+48=402 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.99% from 402); Green value is 141 (55.47% from 255 or 35.07% from 402); Blue value is 48 (19.14% from 255 or 11.94% from 402); Max value from RGB is 213 - color contains mainly: red. Hex color #D58D30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58D30 is #2A72CF. Grayscale: #989898. Windows color (decimal): -2781904 or 3182037. OLE color: 3182037.

HSL color Cylindrical-coordinate representation of color #D58D30: hue angle of 33.82º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D58D30 is Cyan = 0, Magento = 0.34, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 141 48 -
CMYK 0 0.34 0.77 0.16
HSL 33.82º 0.66% 0.51% -
HSV(B) 33.82º 0.77% 0.84% -
XYZ 37.5 33.41 7.27 -
YUV 151.93 69.35 171.56 -
System Red Green Blue C M Y K H S L
Decimal 213 141 48 0 0.34 0.77 0.16 33.82 0.66 0.51
Hex D5 8D 30 0 22 4D 10 22 42 33
Octal 325 215 60 0 42 115 20 42 102 63
Binary 11010101 10001101 110000 0 100010 1001101 10000 100010 1000010 110011

Color Harmonies of #D58D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58D30

Black with #D58D30

Text Example


Text Example

White with #D58D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58D30; }

 p { color: rgb(213,141,48); }

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

background-color css

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

 a { background-color: rgb(213,141,48); }

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

border-color css

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

 span { border-color: rgb(213,141,48); }

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