Html Css Color HEX #D58A34 Fuel Yellow

📋 copy color: '#D58A34'

red 213 ◦ green 138 ◦ blue 52

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

Shades of Fuel Yellow #D58A34

Tints of Fuel Yellow #D58A34

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.24%

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

R = 52.85%
G = 34.24%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D58A34 (or 0xD58A34) is known color: Fuel Yellow. HEX triplet: D5, 8A and 34. RGB value is (213,138,52). Sum of RGB (Red+Green+Blue) = 213+138+52=403 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.85% from 403); Green value is 138 (54.30% from 255 or 34.24% from 403); Blue value is 52 (20.70% from 255 or 12.90% from 403); Max value from RGB is 213 - color contains mainly: red. Hex color #D58A34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58A34 is #2A75CB. Grayscale: #979797. Windows color (decimal): -2782668 or 3443413. OLE color: 3443413.

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

Color convert

RGB 213 138 52 -
CMYK 0 0.35 0.76 0.16
HSL 32.05º 0.66% 0.52% -
HSV(B) 32.05º 0.76% 0.84% -
XYZ 37.15 32.57 7.58 -
YUV 150.62 72.35 172.49 -
System Red Green Blue C M Y K H S L
Decimal 213 138 52 0 0.35 0.76 0.16 32.05 0.66 0.52
Hex D5 8A 34 0 23 4C 10 20 42 34
Octal 325 212 64 0 43 114 20 40 102 64
Binary 11010101 10001010 110100 0 100011 1001100 10000 100000 1000010 110100

Color Harmonies of #D58A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58A34

Black with #D58A34

Text Example


Text Example

White with #D58A34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58A34; }

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

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

background-color css

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

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

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

border-color css

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

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

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