Html Css Color HEX #D59932 Fuel Yellow

📋 copy color: '#D59932'

red 213 ◦ green 153 ◦ blue 50

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

Shades of Fuel Yellow #D59932

Tints of Fuel Yellow #D59932

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.78%

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

R = 51.2%
G = 36.78%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D59932 (or 0xD59932) is known color: Fuel Yellow. HEX triplet: D5, 99 and 32. RGB value is (213,153,50). Sum of RGB (Red+Green+Blue) = 213+153+50=416 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.20% from 416); Green value is 153 (60.16% from 255 or 36.78% from 416); Blue value is 50 (19.92% from 255 or 12.02% from 416); Max value from RGB is 213 - color contains mainly: red. Hex color #D59932 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59932 is #2A66CD. Grayscale: #9F9F9F. Windows color (decimal): -2778830 or 3316181. OLE color: 3316181.

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

Color convert

RGB 213 153 50 -
CMYK 0 0.28 0.77 0.16
HSL 37.91º 0.66% 0.52% -
HSV(B) 37.91º 0.77% 0.84% -
XYZ 39.41 37.16 8.11 -
YUV 159.2 66.38 166.38 -
System Red Green Blue C M Y K H S L
Decimal 213 153 50 0 0.28 0.77 0.16 37.91 0.66 0.52
Hex D5 99 32 0 1C 4D 10 26 42 34
Octal 325 231 62 0 34 115 20 46 102 64
Binary 11010101 10011001 110010 0 11100 1001101 10000 100110 1000010 110100

Color Harmonies of #D59932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59932

Black with #D59932

Text Example


Text Example

White with #D59932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59932; }

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

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

background-color css

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

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

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

border-color css

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

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

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