#CD9E35

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

Shades of Fuel Yellow #CD9E35

Tints of Fuel Yellow #CD9E35

Color information

#CD9E35 (or 0xCD9E35) is unknown color: approx Fuel Yellow. HEX triplet: CD, 9E and 35. RGB value is (205,158,53). Sum of RGB (Red+Green+Blue) = 205+158+53=416 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.28% from 416); Green value is 158 (62.11% from 255 or 37.98% from 416); Blue value is 53 (21.09% from 255 or 12.74% from 416); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9E35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD9E35 is #3261CA. Grayscale: #A0A0A0. Windows color (decimal): -3301835 or 3514061. OLE color: 3514061.

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

Color convert

RGB20515853-
CMYK00.230.740.20
HSL41.45º60.32%50.59%-
HSV(B)41.45º74.15%80.39%-
XYZ38.0537.698.64-
YUV160.0867.57160.04-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 49.28%
GREEN value IS 158 (62.11% from 255) = 37.98%
BLUE value IS 53 (21.09% from 255) = 12.74%
R=49.28%
G=37.98%
B=12.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.74
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051585300.230.740.2041.4560.3250.59
HexCD9E350174A14293c33
Octal3152366502711224517463
Binary1100110110011110110101010111100101010100101001111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9E35; }

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

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

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

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

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

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

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

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