Html Css Color HEX #D59430 Fuel Yellow

📋 copy color: '#D59430'

red 213 ◦ green 148 ◦ blue 48

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

Shades of Fuel Yellow #D59430

Tints of Fuel Yellow #D59430

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.19%

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

R = 52.08%
G = 36.19%
B = 11.74%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D59430 (or 0xD59430) is known color: Fuel Yellow. HEX triplet: D5, 94 and 30. RGB value is (213,148,48). Sum of RGB (Red+Green+Blue) = 213+148+48=409 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.08% from 409); Green value is 148 (58.20% from 255 or 36.19% from 409); Blue value is 48 (19.14% from 255 or 11.74% from 409); Max value from RGB is 213 - color contains mainly: red. Hex color #D59430 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59430 is #2A6BCF. Grayscale: #9C9C9C. Windows color (decimal): -2780112 or 3183829. OLE color: 3183829.

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

Color convert

RGB 213 148 48 -
CMYK 0 0.31 0.77 0.16
HSL 36.36º 0.66% 0.51% -
HSV(B) 36.36º 0.77% 0.84% -
XYZ 38.56 35.54 7.62 -
YUV 156.04 67.03 168.63 -
System Red Green Blue C M Y K H S L
Decimal 213 148 48 0 0.31 0.77 0.16 36.36 0.66 0.51
Hex D5 94 30 0 1F 4D 10 24 42 33
Octal 325 224 60 0 37 115 20 44 102 63
Binary 11010101 10010100 110000 0 11111 1001101 10000 100100 1000010 110011

Color Harmonies of #D59430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59430

Black with #D59430

Text Example


Text Example

White with #D59430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59430; }

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

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

background-color css

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

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

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

border-color css

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

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

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