Html Css Color HEX #CB9333 Fuel Yellow

📋 copy color: '#CB9333'

red 203 ◦ green 147 ◦ blue 51

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

Shades of Fuel Yellow #CB9333

Tints of Fuel Yellow #CB9333

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 12.72%

R = 50.62%
G = 36.66%
B = 12.72%

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

#CB9333 (or 0xCB9333) is known color: Fuel Yellow. HEX triplet: CB, 93 and 33. RGB value is (203,147,51). Sum of RGB (Red+Green+Blue) = 203+147+51=401 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.62% from 401); Green value is 147 (57.81% from 255 or 36.66% from 401); Blue value is 51 (20.31% from 255 or 12.72% from 401); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9333 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9333 is #346CCC. Grayscale: #999999. Windows color (decimal): -3435725 or 3380171. OLE color: 3380171.

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

Color convert

RGB 203 147 51 -
CMYK 0 0.28 0.75 0.20
HSL 37.89º 0.6% 0.5% -
HSV(B) 37.89º 0.75% 0.8% -
XYZ 35.66 33.8 7.78 -
YUV 152.8 70.55 163.81 -
System Red Green Blue C M Y K H S L
Decimal 203 147 51 0 0.28 0.75 0.20 37.89 0.6 0.5
Hex CB 93 33 0 1C 4B 14 26 3C 32
Octal 313 223 63 0 34 113 24 46 74 62
Binary 11001011 10010011 110011 0 11100 1001011 10100 100110 111100 110010

Color Harmonies of #CB9333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9333

Black with #CB9333

Text Example


Text Example

White with #CB9333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9333; }

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

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

background-color css

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

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

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

border-color css

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

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

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