#CD932C

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

Shades of Fuel Yellow #CD932C

Tints of Fuel Yellow #CD932C

Color information

#CD932C (or 0xCD932C) is unknown color: approx Fuel Yellow. HEX triplet: CD, 93 and 2C. RGB value is (205,147,44). Sum of RGB (Red+Green+Blue) = 205+147+44=396 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.77% from 396); Green value is 147 (57.81% from 255 or 37.12% from 396); Blue value is 44 (17.58% from 255 or 11.11% from 396); Max value from RGB is 205 - color contains mainly: red. Hex color #CD932C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD932C is #326CD3. Grayscale: #999999. Windows color (decimal): -3304660 or 2921421. OLE color: 2921421.

HSL color Cylindrical-coordinate representation of color #CD932C: hue angle of 38.39º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CD932C is Cyan = 0, Magento = 0.28, Yellow = 0.79 and Black (K on CMYK) = 0.20.

Color convert

RGB20514744-
CMYK00.280.790.20
HSL38.39º64.66%48.82%-
HSV(B)38.39º78.54%80.39%-
XYZ36.0734.037.05-
YUV152.666.72165.38-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 51.77%
GREEN value IS 147 (57.81% from 255) = 37.12%
BLUE value IS 44 (17.58% from 255) = 11.11%
R=51.77%
G=37.12%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.79
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051474400.280.790.2038.3964.6648.82
HexCD932C01C4F14264131
Octal31522354034117244610161
Binary11001101100100111011000111001001111101001001101000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD932C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD932C; }

 p { color: rgb(205,147,44); }

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

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

 a { background-color: rgb(205,147,44); }

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

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

 span { border-color: rgb(205,147,44); }

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