Html Css Color HEX #D09232 Fuel Yellow

📋 copy color: '#D09232'

red 208 ◦ green 146 ◦ blue 50

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

Shades of Fuel Yellow #D09232

Tints of Fuel Yellow #D09232

RGB

 RED value IS 208 (81.64% from 255) = 51.49%

 GREEN value IS 146 (57.42% from 255) = 36.14%

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

R = 51.49%
G = 36.14%
B = 12.38%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D09232 (or 0xD09232) is known color: Fuel Yellow. HEX triplet: D0, 92 and 32. RGB value is (208,146,50). Sum of RGB (Red+Green+Blue) = 208+146+50=404 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.49% from 404); Green value is 146 (57.42% from 255 or 36.14% from 404); Blue value is 50 (19.92% from 255 or 12.38% from 404); Max value from RGB is 208 - color contains mainly: red. Hex color #D09232 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D09232 is #2F6DCD. Grayscale: #9A9A9A. Windows color (decimal): -3108302 or 3314384. OLE color: 3314384.

HSL color Cylindrical-coordinate representation of color #D09232: hue angle of 36.46º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D09232 is Cyan = 0, Magento = 0.30, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 146 50 -
CMYK 0 0.30 0.76 0.18
HSL 36.46º 0.63% 0.51% -
HSV(B) 36.46º 0.76% 0.82% -
XYZ 36.87 34.2 7.68 -
YUV 153.59 69.54 166.81 -
System Red Green Blue C M Y K H S L
Decimal 208 146 50 0 0.30 0.76 0.18 36.46 0.63 0.51
Hex D0 92 32 0 1E 4C 12 24 3F 33
Octal 320 222 62 0 36 114 22 44 77 63
Binary 11010000 10010010 110010 0 11110 1001100 10010 100100 111111 110011

Color Harmonies of #D09232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09232

Black with #D09232

Text Example


Text Example

White with #D09232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09232; }

 p { color: rgb(208,146,50); }

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

background-color css

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

 a { background-color: rgb(208,146,50); }

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

border-color css

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

 span { border-color: rgb(208,146,50); }

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