#DC9334

Color #DC9334 Fuel Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuel Yellow #DC9334

Tints of Fuel Yellow #DC9334

Color information

#DC9334 (or 0xDC9334) is unknown color: approx Fuel Yellow. HEX triplet: DC, 93 and 34. RGB value is (220,147,52). Sum of RGB (Red+Green+Blue) = 220+147+52=419 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.51% from 419); Green value is 147 (57.81% from 255 or 35.08% from 419); Blue value is 52 (20.70% from 255 or 12.41% from 419); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9334 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9334 is #236CCB. Grayscale: #9E9E9E. Windows color (decimal): -2321612 or 3445724. OLE color: 3445724.

HSL color Cylindrical-coordinate representation of color #DC9334: hue angle of 33.93º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DC9334 is Cyan = 0, Magento = 0.33, Yellow = 0.76 and Black (K on CMYK) = 0.14.

Color convert

RGB22014752-
CMYK00.330.760.14
HSL33.93º70.59%53.33%-
HSV(B)33.93º76.36%86.27%-
XYZ40.5736.338.12-
YUV15868.18172.22-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 52.51%
GREEN value IS 147 (57.81% from 255) = 35.08%
BLUE value IS 52 (20.70% from 255) = 12.41%
R=52.51%
G=35.08%
B=12.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.76
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201475200.330.760.1433.9370.5953.33
HexDC93340214CE224735
Octal33422364041114164210765
Binary11011100100100111101000100001100110011101000101000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9334; }

 p { color: rgb(220,147,52); }

 H1.HeaderClassName
 {
   color: #DC9334;
 }
 .AnyTagClassName
 {
   color: #DC9334;
 }
</style>
background-color css

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

 a { background-color: rgb(220,147,52); }

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

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

 span { border-color: rgb(220,147,52); }

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