Html Css Color HEX #D58C2E Fuel Yellow

📋 copy color: '#D58C2E'

red 213 ◦ green 140 ◦ blue 46

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

Shades of Fuel Yellow #D58C2E

Tints of Fuel Yellow #D58C2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 11.53%

R = 53.38%
G = 35.09%
B = 11.53%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D58C2E (or 0xD58C2E) is known color: Fuel Yellow. HEX triplet: D5, 8C and 2E. RGB value is (213,140,46). Sum of RGB (Red+Green+Blue) = 213+140+46=399 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.38% from 399); Green value is 140 (55.08% from 255 or 35.09% from 399); Blue value is 46 (18.36% from 255 or 11.53% from 399); Max value from RGB is 213 - color contains mainly: red. Hex color #D58C2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58C2E is #2A73D1. Grayscale: #979797. Windows color (decimal): -2782162 or 3050709. OLE color: 3050709.

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

Color convert

RGB 213 140 46 -
CMYK 0 0.34 0.78 0.16
HSL 33.77º 0.67% 0.51% -
HSV(B) 33.77º 0.78% 0.84% -
XYZ 37.31 33.1 7.01 -
YUV 151.11 68.68 172.14 -
System Red Green Blue C M Y K H S L
Decimal 213 140 46 0 0.34 0.78 0.16 33.77 0.67 0.51
Hex D5 8C 2E 0 22 4E 10 22 43 33
Octal 325 214 56 0 42 116 20 42 103 63
Binary 11010101 10001100 101110 0 100010 1001110 10000 100010 1000011 110011

Color Harmonies of #D58C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58C2E

Black with #D58C2E

Text Example


Text Example

White with #D58C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58C2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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