#CD9C32

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

Shades of Fuel Yellow #CD9C32

Tints of Fuel Yellow #CD9C32

Color information

#CD9C32 (or 0xCD9C32) is unknown color: approx Fuel Yellow. HEX triplet: CD, 9C and 32. RGB value is (205,156,50). Sum of RGB (Red+Green+Blue) = 205+156+50=411 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.88% from 411); Green value is 156 (61.33% from 255 or 37.96% from 411); Blue value is 50 (19.92% from 255 or 12.17% from 411); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9C32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD9C32 is #3263CD. Grayscale: #9F9F9F. Windows color (decimal): -3302350 or 3316941. OLE color: 3316941.

HSL color Cylindrical-coordinate representation of color #CD9C32: hue angle of 41.03º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CD9C32 is Cyan = 0, Magento = 0.24, Yellow = 0.76 and Black (K on CMYK) = 0.20.

Color convert

RGB20515650-
CMYK00.240.760.20
HSL41.03º60.78%50%-
HSV(B)41.03º75.61%80.39%-
XYZ37.6436.998.17-
YUV158.5766.73161.12-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 49.88%
GREEN value IS 156 (61.33% from 255) = 37.96%
BLUE value IS 50 (19.92% from 255) = 12.17%
R=49.88%
G=37.96%
B=12.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.76
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051565000.240.760.2041.0360.7850
HexCD9C320184C14293d32
Octal3152346203011424517562
Binary1100110110011100110010011000100110010100101001111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9C32; }

 p { color: rgb(205,156,50); }

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

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

 a { background-color: rgb(205,156,50); }

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

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

 span { border-color: rgb(205,156,50); }

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