#CD9E38

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

Shades of Fuel Yellow #CD9E38

Tints of Fuel Yellow #CD9E38

Color information

#CD9E38 (or 0xCD9E38) is unknown color: approx Fuel Yellow. HEX triplet: CD, 9E and 38. RGB value is (205,158,56). Sum of RGB (Red+Green+Blue) = 205+158+56=419 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.93% from 419); Green value is 158 (62.11% from 255 or 37.71% from 419); Blue value is 56 (22.27% from 255 or 13.37% from 419); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9E38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD9E38 is #3261C7. Grayscale: #A0A0A0. Windows color (decimal): -3301832 or 3710669. OLE color: 3710669.

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

Color convert

RGB20515856-
CMYK00.230.730.20
HSL41.07º59.84%51.18%-
HSV(B)41.07º72.68%80.39%-
XYZ38.1237.729.01-
YUV160.4369.07159.79-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.93%
GREEN value IS 158 (62.11% from 255) = 37.71%
BLUE value IS 56 (22.27% from 255) = 13.37%
R=48.93%
G=37.71%
B=13.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.73
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051585600.230.730.2041.0759.8451.18
HexCD9E380174914293c33
Octal3152367002711124517463
Binary1100110110011110111000010111100100110100101001111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9E38; }

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

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

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

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

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

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

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

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