Html Css Color HEX #D58C30 Fuel Yellow

📋 copy color: '#D58C30'

red 213 ◦ green 140 ◦ blue 48

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

Shades of Fuel Yellow #D58C30

Tints of Fuel Yellow #D58C30

RGB

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

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

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

R = 53.12%
G = 34.91%
B = 11.97%

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

#D58C30 (or 0xD58C30) is known color: Fuel Yellow. HEX triplet: D5, 8C and 30. RGB value is (213,140,48). Sum of RGB (Red+Green+Blue) = 213+140+48=401 (53% of max value = 765). Red value is 213 (83.59% from 255 or 53.12% from 401); Green value is 140 (55.08% from 255 or 34.91% from 401); Blue value is 48 (19.14% from 255 or 11.97% from 401); Max value from RGB is 213 - color contains mainly: red. Hex color #D58C30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58C30 is #2A73CF. Grayscale: #979797. Windows color (decimal): -2782160 or 3181781. OLE color: 3181781.

HSL color Cylindrical-coordinate representation of color #D58C30: hue angle of 33.45º 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 #D58C30 is Cyan = 0, Magento = 0.34, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 140 48 -
CMYK 0 0.34 0.77 0.16
HSL 33.45º 0.66% 0.51% -
HSV(B) 33.45º 0.77% 0.84% -
XYZ 37.35 33.12 7.22 -
YUV 151.34 69.68 171.98 -
System Red Green Blue C M Y K H S L
Decimal 213 140 48 0 0.34 0.77 0.16 33.45 0.66 0.51
Hex D5 8C 30 0 22 4D 10 21 42 33
Octal 325 214 60 0 42 115 20 41 102 63
Binary 11010101 10001100 110000 0 100010 1001101 10000 100001 1000010 110011

Color Harmonies of #D58C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58C30

Black with #D58C30

Text Example


Text Example

White with #D58C30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58C30; }

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

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

background-color css

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

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

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

border-color css

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

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

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