Html Css Color HEX #D59530 Fuel Yellow

📋 copy color: '#D59530'

red 213 ◦ green 149 ◦ blue 48

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

Shades of Fuel Yellow #D59530

Tints of Fuel Yellow #D59530

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.34%

 BLUE value IS 48 (19.14% from 255) = 11.71%

R = 51.95%
G = 36.34%
B = 11.71%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D59530 (or 0xD59530) is known color: Fuel Yellow. HEX triplet: D5, 95 and 30. RGB value is (213,149,48). Sum of RGB (Red+Green+Blue) = 213+149+48=410 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.95% from 410); Green value is 149 (58.59% from 255 or 36.34% from 410); Blue value is 48 (19.14% from 255 or 11.71% from 410); Max value from RGB is 213 - color contains mainly: red. Hex color #D59530 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59530 is #2A6ACF. Grayscale: #9D9D9D. Windows color (decimal): -2779856 or 3184085. OLE color: 3184085.

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

Color convert

RGB 213 149 48 -
CMYK 0 0.30 0.77 0.16
HSL 36.73º 0.66% 0.51% -
HSV(B) 36.73º 0.77% 0.84% -
XYZ 38.72 35.85 7.68 -
YUV 156.62 66.7 168.21 -
System Red Green Blue C M Y K H S L
Decimal 213 149 48 0 0.30 0.77 0.16 36.73 0.66 0.51
Hex D5 95 30 0 1E 4D 10 25 42 33
Octal 325 225 60 0 36 115 20 45 102 63
Binary 11010101 10010101 110000 0 11110 1001101 10000 100101 1000010 110011

Color Harmonies of #D59530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59530

Black with #D59530

Text Example


Text Example

White with #D59530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59530; }

 p { color: rgb(213,149,48); }

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

background-color css

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

 a { background-color: rgb(213,149,48); }

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

border-color css

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

 span { border-color: rgb(213,149,48); }

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