#CD9433

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

Shades of Fuel Yellow #CD9433

Tints of Fuel Yellow #CD9433

Color information

#CD9433 (or 0xCD9433) is unknown color: approx Fuel Yellow. HEX triplet: CD, 94 and 33. RGB value is (205,148,51). Sum of RGB (Red+Green+Blue) = 205+148+51=404 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.74% from 404); Green value is 148 (58.20% from 255 or 36.63% from 404); Blue value is 51 (20.31% from 255 or 12.62% from 404); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9433 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD9433 is #326BCC. Grayscale: #9A9A9A. Windows color (decimal): -3304397 or 3380429. OLE color: 3380429.

HSL color Cylindrical-coordinate representation of color #CD9433: hue angle of 37.79º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CD9433 is Cyan = 0, Magento = 0.28, Yellow = 0.75 and Black (K on CMYK) = 0.20.

Color convert

RGB20514851-
CMYK00.280.750.20
HSL37.79º60.63%50.2%-
HSV(B)37.79º75.12%80.39%-
XYZ36.3634.47.85-
YUV153.9869.88164.39-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 50.74%
GREEN value IS 148 (58.20% from 255) = 36.63%
BLUE value IS 51 (20.31% from 255) = 12.62%
R=50.74%
G=36.63%
B=12.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.75
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051485100.280.750.2037.7960.6350.2
HexCD943301C4B14263d32
Octal3152246303411324467562
Binary1100110110010100110011011100100101110100100110111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9433; }

 p { color: rgb(205,148,51); }

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

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

 a { background-color: rgb(205,148,51); }

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

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

 span { border-color: rgb(205,148,51); }

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