Html Css Color HEX #D58A2F Fuel Yellow

📋 copy color: '#D58A2F'

red 213 ◦ green 138 ◦ blue 47

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

Shades of Fuel Yellow #D58A2F

Tints of Fuel Yellow #D58A2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.81%

R = 53.52%
G = 34.67%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D58A2F (or 0xD58A2F) is known color: Fuel Yellow. HEX triplet: D5, 8A and 2F. RGB value is (213,138,47). Sum of RGB (Red+Green+Blue) = 213+138+47=398 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.52% from 398); Green value is 138 (54.30% from 255 or 34.67% from 398); Blue value is 47 (18.75% from 255 or 11.81% from 398); Max value from RGB is 213 - color contains mainly: red. Hex color #D58A2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58A2F is #2A75D0. Grayscale: #969696. Windows color (decimal): -2782673 or 3115733. OLE color: 3115733.

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

Color convert

RGB 213 138 47 -
CMYK 0 0.35 0.78 0.16
HSL 32.89º 0.66% 0.51% -
HSV(B) 32.89º 0.78% 0.84% -
XYZ 37.04 32.53 7.02 -
YUV 150.05 69.85 172.9 -
System Red Green Blue C M Y K H S L
Decimal 213 138 47 0 0.35 0.78 0.16 32.89 0.66 0.51
Hex D5 8A 2F 0 23 4E 10 21 42 33
Octal 325 212 57 0 43 116 20 41 102 63
Binary 11010101 10001010 101111 0 100011 1001110 10000 100001 1000010 110011

Color Harmonies of #D58A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58A2F

Black with #D58A2F

Text Example


Text Example

White with #D58A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58A2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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