Html Css Color HEX #CB9B37 Fuel Yellow

📋 copy color: '#CB9B37'

red 203 ◦ green 155 ◦ blue 55

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

Shades of Fuel Yellow #CB9B37

Tints of Fuel Yellow #CB9B37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 13.32%

R = 49.15%
G = 37.53%
B = 13.32%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.73

 K value IS 0.20

RGB Variations

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

Color information

#CB9B37 (or 0xCB9B37) is known color: Fuel Yellow. HEX triplet: CB, 9B and 37. RGB value is (203,155,55). Sum of RGB (Red+Green+Blue) = 203+155+55=413 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.15% from 413); Green value is 155 (60.94% from 255 or 37.53% from 413); Blue value is 55 (21.88% from 255 or 13.32% from 413); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9B37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9B37 is #3464C8. Grayscale: #9E9E9E. Windows color (decimal): -3433673 or 3644363. OLE color: 3644363.

HSL color Cylindrical-coordinate representation of color #CB9B37: hue angle of 40.54º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CB9B37 is Cyan = 0, Magento = 0.24, Yellow = 0.73 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 155 55 -
CMYK 0 0.24 0.73 0.20
HSL 40.54º 0.59% 0.51% -
HSV(B) 40.54º 0.73% 0.8% -
XYZ 37.04 36.42 8.69 -
YUV 157.95 69.9 160.13 -
System Red Green Blue C M Y K H S L
Decimal 203 155 55 0 0.24 0.73 0.20 40.54 0.59 0.51
Hex CB 9B 37 0 18 49 14 29 3B 33
Octal 313 233 67 0 30 111 24 51 73 63
Binary 11001011 10011011 110111 0 11000 1001001 10100 101001 111011 110011

Color Harmonies of #CB9B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9B37

Black with #CB9B37

Text Example


Text Example

White with #CB9B37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9B37; }

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

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

background-color css

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

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

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

border-color css

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

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

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