#CD9B39

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

Shades of Fuel Yellow #CD9B39

Tints of Fuel Yellow #CD9B39

Color information

#CD9B39 (or 0xCD9B39) is unknown color: approx Fuel Yellow. HEX triplet: CD, 9B and 39. RGB value is (205,155,57). Sum of RGB (Red+Green+Blue) = 205+155+57=417 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.16% from 417); Green value is 155 (60.94% from 255 or 37.17% from 417); Blue value is 57 (22.66% from 255 or 13.67% from 417); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9B39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD9B39 is #3264C6. Grayscale: #9F9F9F. Windows color (decimal): -3302599 or 3775437. OLE color: 3775437.

HSL color Cylindrical-coordinate representation of color #CD9B39: hue angle of 39.73º 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 #CD9B39 is Cyan = 0, Magento = 0.24, Yellow = 0.72 and Black (K on CMYK) = 0.20.

Color convert

RGB20515557-
CMYK00.240.720.20
HSL39.73º59.68%51.37%-
HSV(B)39.73º72.2%80.39%-
XYZ37.6436.728.97-
YUV158.7870.56160.97-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 49.16%
GREEN value IS 155 (60.94% from 255) = 37.17%
BLUE value IS 57 (22.66% from 255) = 13.67%
R=49.16%
G=37.17%
B=13.67%

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
Decimal2051555700.240.720.2039.7359.6851.37
HexCD9B390184814283c33
Octal3152337103011024507463
Binary1100110110011011111001011000100100010100101000111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9B39; }

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

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

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

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

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

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

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

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