Html Css Color HEX #D58A32 Fuel Yellow

📋 copy color: '#D58A32'

red 213 ◦ green 138 ◦ blue 50

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

Shades of Fuel Yellow #D58A32

Tints of Fuel Yellow #D58A32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 12.47%

R = 53.12%
G = 34.41%
B = 12.47%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D58A32 (or 0xD58A32) is known color: Fuel Yellow. HEX triplet: D5, 8A and 32. RGB value is (213,138,50). Sum of RGB (Red+Green+Blue) = 213+138+50=401 (53% of max value = 765). Red value is 213 (83.59% from 255 or 53.12% from 401); Green value is 138 (54.30% from 255 or 34.41% from 401); Blue value is 50 (19.92% from 255 or 12.47% from 401); Max value from RGB is 213 - color contains mainly: red. Hex color #D58A32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58A32 is #2A75CD. Grayscale: #969696. Windows color (decimal): -2782670 or 3312341. OLE color: 3312341.

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

Color convert

RGB 213 138 50 -
CMYK 0 0.35 0.77 0.16
HSL 32.39º 0.66% 0.52% -
HSV(B) 32.39º 0.77% 0.84% -
XYZ 37.1 32.55 7.35 -
YUV 150.39 71.35 172.66 -
System Red Green Blue C M Y K H S L
Decimal 213 138 50 0 0.35 0.77 0.16 32.39 0.66 0.52
Hex D5 8A 32 0 23 4D 10 20 42 34
Octal 325 212 62 0 43 115 20 40 102 64
Binary 11010101 10001010 110010 0 100011 1001101 10000 100000 1000010 110100

Color Harmonies of #D58A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58A32

Black with #D58A32

Text Example


Text Example

White with #D58A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58A32; }

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

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

background-color css

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

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

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

border-color css

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

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

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