#CD9F35

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

Shades of Fuel Yellow #CD9F35

Tints of Fuel Yellow #CD9F35

Color information

#CD9F35 (or 0xCD9F35) is unknown color: approx Fuel Yellow. HEX triplet: CD, 9F and 35. RGB value is (205,159,53). Sum of RGB (Red+Green+Blue) = 205+159+53=417 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.16% from 417); Green value is 159 (62.5% from 255 or 38.13% from 417); Blue value is 53 (21.09% from 255 or 12.71% from 417); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9F35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD9F35 is #3260CA. Grayscale: #A1A1A1. Windows color (decimal): -3301579 or 3514317. OLE color: 3514317.

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

Color convert

RGB20515953-
CMYK00.220.740.20
HSL41.84º60.32%50.59%-
HSV(B)41.84º74.15%80.39%-
XYZ38.2238.038.69-
YUV160.6767.24159.62-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 49.16%
GREEN value IS 159 (62.5% from 255) = 38.13%
BLUE value IS 53 (21.09% from 255) = 12.71%
R=49.16%
G=38.13%
B=12.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.74
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051595300.220.740.2041.8460.3250.59
HexCD9F350164A142a3c33
Octal3152376502611224527463
Binary1100110110011111110101010110100101010100101010111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9F35; }

 p { color: rgb(205,159,53); }

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

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

 a { background-color: rgb(205,159,53); }

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

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

 span { border-color: rgb(205,159,53); }

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