#CB9433

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

Shades of Fuel Yellow #CB9433

Tints of Fuel Yellow #CB9433

Color information

#CB9433 (or 0xCB9433) is unknown color: approx Fuel Yellow. HEX triplet: CB, 94 and 33. RGB value is (203,148,51). Sum of RGB (Red+Green+Blue) = 203+148+51=402 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.50% from 402); Green value is 148 (58.20% from 255 or 36.82% from 402); Blue value is 51 (20.31% from 255 or 12.69% from 402); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9433 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9433 is #346BCC. Grayscale: #999999. Windows color (decimal): -3435469 or 3380427. OLE color: 3380427.

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

Color convert

RGB20314851-
CMYK00.270.750.20
HSL38.29º59.84%49.8%-
HSV(B)38.29º74.88%79.61%-
XYZ35.8234.127.83-
YUV153.3970.22163.39-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 50.50%
GREEN value IS 148 (58.20% from 255) = 36.82%
BLUE value IS 51 (20.31% from 255) = 12.69%
R=50.50%
G=36.82%
B=12.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.75
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031485100.270.750.2038.2959.8449.8
HexCB943301B4B14263c32
Octal3132246303311324467462
Binary1100101110010100110011011011100101110100100110111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9433; }

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

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

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

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

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

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

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

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