#CD9C39

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

Shades of Fuel Yellow #CD9C39

Tints of Fuel Yellow #CD9C39

Color information

#CD9C39 (or 0xCD9C39) is unknown color: approx Fuel Yellow. HEX triplet: CD, 9C and 39. RGB value is (205,156,57). Sum of RGB (Red+Green+Blue) = 205+156+57=418 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.04% from 418); Green value is 156 (61.33% from 255 or 37.32% from 418); Blue value is 57 (22.66% from 255 or 13.64% from 418); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9C39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD9C39 is #3263C6. Grayscale: #9F9F9F. Windows color (decimal): -3302343 or 3775693. OLE color: 3775693.

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

Color convert

RGB20515657-
CMYK00.240.720.20
HSL40.14º59.68%51.37%-
HSV(B)40.14º72.2%80.39%-
XYZ37.837.059.03-
YUV159.3670.23160.55-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 49.04%
GREEN value IS 156 (61.33% from 255) = 37.32%
BLUE value IS 57 (22.66% from 255) = 13.64%
R=49.04%
G=37.32%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.72
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051565700.240.720.2040.1459.6851.37
HexCD9C390184814283c33
Octal3152347103011024507463
Binary1100110110011100111001011000100100010100101000111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9C39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9C39; }

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

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

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

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

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

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

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

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