Html Css Color HEX #CB9B33 Fuel Yellow

📋 copy color: '#CB9B33'

red 203 ◦ green 155 ◦ blue 51

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

Shades of Fuel Yellow #CB9B33

Tints of Fuel Yellow #CB9B33

RGB

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

 GREEN value IS 155 (60.94% from 255) = 37.9%

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

R = 49.63%
G = 37.9%
B = 12.47%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.75

 K value IS 0.20

RGB Variations

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

Color information

#CB9B33 (or 0xCB9B33) is known color: Fuel Yellow. HEX triplet: CB, 9B and 33. RGB value is (203,155,51). Sum of RGB (Red+Green+Blue) = 203+155+51=409 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.63% from 409); Green value is 155 (60.94% from 255 or 37.90% from 409); Blue value is 51 (20.31% from 255 or 12.47% from 409); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9B33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9B33 is #3464CC. Grayscale: #9D9D9D. Windows color (decimal): -3433677 or 3382219. OLE color: 3382219.

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

Color convert

RGB 203 155 51 -
CMYK 0 0.24 0.75 0.20
HSL 41.05º 0.6% 0.5% -
HSV(B) 41.05º 0.75% 0.8% -
XYZ 36.95 36.38 8.21 -
YUV 157.5 67.9 160.46 -
System Red Green Blue C M Y K H S L
Decimal 203 155 51 0 0.24 0.75 0.20 41.05 0.6 0.5
Hex CB 9B 33 0 18 4B 14 29 3C 32
Octal 313 233 63 0 30 113 24 51 74 62
Binary 11001011 10011011 110011 0 11000 1001011 10100 101001 111100 110010

Color Harmonies of #CB9B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9B33

Black with #CB9B33

Text Example


Text Example

White with #CB9B33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9B33; }

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

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

background-color css

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

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

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

border-color css

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

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

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