Html Css Color HEX #CB9C31 Fuel Yellow

📋 copy color: '#CB9C31'

red 203 ◦ green 156 ◦ blue 49

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

Shades of Fuel Yellow #CB9C31

Tints of Fuel Yellow #CB9C31

RGB

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

 GREEN value IS 156 (61.33% from 255) = 38.24%

 BLUE value IS 49 (19.53% from 255) = 12.01%

R = 49.75%
G = 38.24%
B = 12.01%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#CB9C31 (or 0xCB9C31) is known color: Fuel Yellow. HEX triplet: CB, 9C and 31. RGB value is (203,156,49). Sum of RGB (Red+Green+Blue) = 203+156+49=408 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.75% from 408); Green value is 156 (61.33% from 255 or 38.24% from 408); Blue value is 49 (19.53% from 255 or 12.01% from 408); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9C31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9C31 is #3463CE. Grayscale: #9E9E9E. Windows color (decimal): -3433423 or 3251403. OLE color: 3251403.

HSL color Cylindrical-coordinate representation of color #CB9C31: hue angle of 41.69º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CB9C31 is Cyan = 0, Magento = 0.23, Yellow = 0.76 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 156 49 -
CMYK 0 0.23 0.76 0.20
HSL 41.69º 0.61% 0.49% -
HSV(B) 41.69º 0.76% 0.8% -
XYZ 37.07 36.7 8.03 -
YUV 157.86 66.57 160.2 -
System Red Green Blue C M Y K H S L
Decimal 203 156 49 0 0.23 0.76 0.20 41.69 0.61 0.49
Hex CB 9C 31 0 17 4C 14 2A 3D 31
Octal 313 234 61 0 27 114 24 52 75 61
Binary 11001011 10011100 110001 0 10111 1001100 10100 101010 111101 110001

Color Harmonies of #CB9C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9C31

Black with #CB9C31

Text Example


Text Example

White with #CB9C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9C31; }

 p { color: rgb(203,156,49); }

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

background-color css

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

 a { background-color: rgb(203,156,49); }

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

border-color css

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

 span { border-color: rgb(203,156,49); }

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