#CB9330

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

Shades of Fuel Yellow #CB9330

Tints of Fuel Yellow #CB9330

Color information

#CB9330 (or 0xCB9330) is unknown color: approx Fuel Yellow. HEX triplet: CB, 93 and 30. RGB value is (203,147,48). Sum of RGB (Red+Green+Blue) = 203+147+48=398 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.01% from 398); Green value is 147 (57.81% from 255 or 36.93% from 398); Blue value is 48 (19.14% from 255 or 12.06% from 398); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9330 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9330 is #346CCF. Grayscale: #989898. Windows color (decimal): -3435728 or 3183563. OLE color: 3183563.

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

Color convert

RGB20314748-
CMYK00.280.760.20
HSL38.32º61.75%49.22%-
HSV(B)38.32º76.35%79.61%-
XYZ35.633.787.44-
YUV152.4669.05164.05-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 51.01%
GREEN value IS 147 (57.81% from 255) = 36.93%
BLUE value IS 48 (19.14% from 255) = 12.06%
R=51.01%
G=36.93%
B=12.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.76
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031474800.280.760.2038.3261.7549.22
HexCB933001C4C14263e31
Octal3132236003411424467661
Binary1100101110010011110000011100100110010100100110111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9330; }

 p { color: rgb(203,147,48); }

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

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

 a { background-color: rgb(203,147,48); }

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

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

 span { border-color: rgb(203,147,48); }

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