Html Css Color HEX #D58D35 Fuel Yellow

📋 copy color: '#D58D35'

red 213 ◦ green 141 ◦ blue 53

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

Shades of Fuel Yellow #D58D35

Tints of Fuel Yellow #D58D35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 13.02%

R = 52.33%
G = 34.64%
B = 13.02%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#D58D35 (or 0xD58D35) is known color: Fuel Yellow. HEX triplet: D5, 8D and 35. RGB value is (213,141,53). Sum of RGB (Red+Green+Blue) = 213+141+53=407 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.33% from 407); Green value is 141 (55.47% from 255 or 34.64% from 407); Blue value is 53 (21.09% from 255 or 13.02% from 407); Max value from RGB is 213 - color contains mainly: red. Hex color #D58D35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58D35 is #2A72CA. Grayscale: #989898. Windows color (decimal): -2781899 or 3509717. OLE color: 3509717.

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

Color convert

RGB 213 141 53 -
CMYK 0 0.34 0.75 0.16
HSL 33º 0.66% 0.52% -
HSV(B) 33º 0.75% 0.84% -
XYZ 37.61 33.45 7.84 -
YUV 152.5 71.85 171.16 -
System Red Green Blue C M Y K H S L
Decimal 213 141 53 0 0.34 0.75 0.16 33 0.66 0.52
Hex D5 8D 35 0 22 4B 10 21 42 34
Octal 325 215 65 0 42 113 20 41 102 64
Binary 11010101 10001101 110101 0 100010 1001011 10000 100001 1000010 110100

Color Harmonies of #D58D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58D35

Black with #D58D35

Text Example


Text Example

White with #D58D35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58D35; }

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

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

background-color css

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

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

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

border-color css

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

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

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