Html Css Color HEX #D09A32 Fuel Yellow

📋 copy color: '#D09A32'

red 208 ◦ green 154 ◦ blue 50

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

Shades of Fuel Yellow #D09A32

Tints of Fuel Yellow #D09A32

RGB

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

 GREEN value IS 154 (60.55% from 255) = 37.38%

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

R = 50.49%
G = 37.38%
B = 12.14%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D09A32 (or 0xD09A32) is known color: Fuel Yellow. HEX triplet: D0, 9A and 32. RGB value is (208,154,50). Sum of RGB (Red+Green+Blue) = 208+154+50=412 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.49% from 412); Green value is 154 (60.55% from 255 or 37.38% from 412); Blue value is 50 (19.92% from 255 or 12.14% from 412); Max value from RGB is 208 - color contains mainly: red. Hex color #D09A32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D09A32 is #2F65CD. Grayscale: #9E9E9E. Windows color (decimal): -3106254 or 3316432. OLE color: 3316432.

HSL color Cylindrical-coordinate representation of color #D09A32: hue angle of 39.49º 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 #D09A32 is Cyan = 0, Magento = 0.26, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 154 50 -
CMYK 0 0.26 0.76 0.18
HSL 39.49º 0.63% 0.51% -
HSV(B) 39.49º 0.76% 0.82% -
XYZ 38.14 36.75 8.1 -
YUV 158.29 66.89 163.46 -
System Red Green Blue C M Y K H S L
Decimal 208 154 50 0 0.26 0.76 0.18 39.49 0.63 0.51
Hex D0 9A 32 0 1A 4C 12 27 3F 33
Octal 320 232 62 0 32 114 22 47 77 63
Binary 11010000 10011010 110010 0 11010 1001100 10010 100111 111111 110011

Color Harmonies of #D09A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09A32

Black with #D09A32

Text Example


Text Example

White with #D09A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09A32; }

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

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

background-color css

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

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

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

border-color css

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

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

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