Html Css Color HEX #D58C34 Fuel Yellow

📋 copy color: '#D58C34'

red 213 ◦ green 140 ◦ blue 52

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

Shades of Fuel Yellow #D58C34

Tints of Fuel Yellow #D58C34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 12.84%

R = 52.59%
G = 34.57%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D58C34 (or 0xD58C34) is known color: Fuel Yellow. HEX triplet: D5, 8C and 34. RGB value is (213,140,52). Sum of RGB (Red+Green+Blue) = 213+140+52=405 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.59% from 405); Green value is 140 (55.08% from 255 or 34.57% from 405); Blue value is 52 (20.70% from 255 or 12.84% from 405); Max value from RGB is 213 - color contains mainly: red. Hex color #D58C34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58C34 is #2A73CB. Grayscale: #989898. Windows color (decimal): -2782156 or 3443925. OLE color: 3443925.

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

Color convert

RGB 213 140 52 -
CMYK 0 0.34 0.76 0.16
HSL 32.8º 0.66% 0.52% -
HSV(B) 32.8º 0.76% 0.84% -
XYZ 37.44 33.15 7.67 -
YUV 151.8 71.68 171.66 -
System Red Green Blue C M Y K H S L
Decimal 213 140 52 0 0.34 0.76 0.16 32.8 0.66 0.52
Hex D5 8C 34 0 22 4C 10 21 42 34
Octal 325 214 64 0 42 114 20 41 102 64
Binary 11010101 10001100 110100 0 100010 1001100 10000 100001 1000010 110100

Color Harmonies of #D58C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58C34

Black with #D58C34

Text Example


Text Example

White with #D58C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58C34; }

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

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

background-color css

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

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

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

border-color css

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

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

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