#CD9A33

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

Shades of Fuel Yellow #CD9A33

Tints of Fuel Yellow #CD9A33

Color information

#CD9A33 (or 0xCD9A33) is unknown color: approx Fuel Yellow. HEX triplet: CD, 9A and 33. RGB value is (205,154,51). Sum of RGB (Red+Green+Blue) = 205+154+51=410 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50% from 410); Green value is 154 (60.55% from 255 or 37.56% from 410); Blue value is 51 (20.31% from 255 or 12.44% from 410); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9A33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD9A33 is #3265CC. Grayscale: #9D9D9D. Windows color (decimal): -3302861 or 3381965. OLE color: 3381965.

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

Color convert

RGB20515451-
CMYK00.250.750.20
HSL40.13º60.63%50.2%-
HSV(B)40.13º75.12%80.39%-
XYZ37.3336.338.18-
YUV157.5167.9161.88-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 50%
GREEN value IS 154 (60.55% from 255) = 37.56%
BLUE value IS 51 (20.31% from 255) = 12.44%
R=50%
G=37.56%
B=12.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.75
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051545100.250.750.2040.1360.6350.2
HexCD9A330194B14283d32
Octal3152326303111324507562
Binary1100110110011010110011011001100101110100101000111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9A33; }

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

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

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

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

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

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

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

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