#CD9128

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

Shades of Fuel Yellow #CD9128

Tints of Fuel Yellow #CD9128

Color information

#CD9128 (or 0xCD9128) is unknown color: approx Fuel Yellow. HEX triplet: CD, 91 and 28. RGB value is (205,145,40). Sum of RGB (Red+Green+Blue) = 205+145+40=390 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.56% from 390); Green value is 145 (57.03% from 255 or 37.18% from 390); Blue value is 40 (16.02% from 255 or 10.26% from 390); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9128 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD9128 is #326ED7. Grayscale: #979797. Windows color (decimal): -3305176 or 2658765. OLE color: 2658765.

HSL color Cylindrical-coordinate representation of color #CD9128: hue angle of 38.18º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CD9128 is Cyan = 0, Magento = 0.29, Yellow = 0.80 and Black (K on CMYK) = 0.20.

Color convert

RGB20514540-
CMYK00.290.800.20
HSL38.18º67.35%48.04%-
HSV(B)38.18º80.49%80.39%-
XYZ35.6933.386.57-
YUV150.9765.38166.54-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 52.56%
GREEN value IS 145 (57.03% from 255) = 37.18%
BLUE value IS 40 (16.02% from 255) = 10.26%
R=52.56%
G=37.18%
B=10.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.80
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051454000.290.800.2038.1867.3548.04
HexCD912801D5014264330
Octal31522150035120244610360
Binary11001101100100011010000111011010000101001001101000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9128; }

 p { color: rgb(205,145,40); }

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

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

 a { background-color: rgb(205,145,40); }

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

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

 span { border-color: rgb(205,145,40); }

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