Html Css Color HEX #CB9332 Fuel Yellow

📋 copy color: '#CB9332'

red 203 ◦ green 147 ◦ blue 50

#CB9332
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuel Yellow #CB9332

Tints of Fuel Yellow #CB9332

RGB

 RED value IS 203 (79.69% from 255) = 50.75%

 GREEN value IS 147 (57.81% from 255) = 36.75%

 BLUE value IS 50 (19.92% from 255) = 12.5%

R = 50.75%
G = 36.75%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.75

 K value IS 0.20

RGB Variations

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

Color information

#CB9332 (or 0xCB9332) is known color: Fuel Yellow. HEX triplet: CB, 93 and 32. RGB value is (203,147,50). Sum of RGB (Red+Green+Blue) = 203+147+50=400 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.75% from 400); Green value is 147 (57.81% from 255 or 36.75% from 400); Blue value is 50 (19.92% from 255 or 12.5% from 400); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9332 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9332 is #346CCD. Grayscale: #999999. Windows color (decimal): -3435726 or 3314635. OLE color: 3314635.

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

Color convert

RGB 203 147 50 -
CMYK 0 0.28 0.75 0.20
HSL 38.04º 0.6% 0.5% -
HSV(B) 38.04º 0.75% 0.8% -
XYZ 35.64 33.79 7.66 -
YUV 152.69 70.05 163.89 -
System Red Green Blue C M Y K H S L
Decimal 203 147 50 0 0.28 0.75 0.20 38.04 0.6 0.5
Hex CB 93 32 0 1C 4B 14 26 3C 32
Octal 313 223 62 0 34 113 24 46 74 62
Binary 11001011 10010011 110010 0 11100 1001011 10100 100110 111100 110010

Color Harmonies of #CB9332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9332

Black with #CB9332

Text Example


Text Example

White with #CB9332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9332; }

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

 H1.HeaderClassName
 {
   color: #CB9332;
 }
 .AnyTagClassName
 {
   color: #CB9332;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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