Html Css Color HEX #CB9933 Fuel Yellow

📋 copy color: '#CB9933'

red 203 ◦ green 153 ◦ blue 51

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

Shades of Fuel Yellow #CB9933

Tints of Fuel Yellow #CB9933

RGB

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

 GREEN value IS 153 (60.16% from 255) = 37.59%

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

R = 49.88%
G = 37.59%
B = 12.53%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.75

 K value IS 0.20

RGB Variations

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

Color information

#CB9933 (or 0xCB9933) is known color: Fuel Yellow. HEX triplet: CB, 99 and 33. RGB value is (203,153,51). Sum of RGB (Red+Green+Blue) = 203+153+51=407 (53% of max value = 765). Red value is 203 (79.69% from 255 or 49.88% from 407); Green value is 153 (60.16% from 255 or 37.59% from 407); Blue value is 51 (20.31% from 255 or 12.53% from 407); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9933 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9933 is #3466CC. Grayscale: #9C9C9C. Windows color (decimal): -3434189 or 3381707. OLE color: 3381707.

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

Color convert

RGB 203 153 51 -
CMYK 0 0.25 0.75 0.20
HSL 40.26º 0.6% 0.5% -
HSV(B) 40.26º 0.75% 0.8% -
XYZ 36.62 35.72 8.1 -
YUV 156.32 68.57 161.29 -
System Red Green Blue C M Y K H S L
Decimal 203 153 51 0 0.25 0.75 0.20 40.26 0.6 0.5
Hex CB 99 33 0 19 4B 14 28 3C 32
Octal 313 231 63 0 31 113 24 50 74 62
Binary 11001011 10011001 110011 0 11001 1001011 10100 101000 111100 110010

Color Harmonies of #CB9933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9933

Black with #CB9933

Text Example


Text Example

White with #CB9933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9933; }

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

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

background-color css

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

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

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

border-color css

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

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

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