Html Css Color HEX #CB9E32 Fuel Yellow

📋 copy color: '#CB9E32'

red 203 ◦ green 158 ◦ blue 50

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

Shades of Fuel Yellow #CB9E32

Tints of Fuel Yellow #CB9E32

RGB

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

 GREEN value IS 158 (62.11% from 255) = 38.44%

 BLUE value IS 50 (19.92% from 255) = 12.17%

R = 49.39%
G = 38.44%
B = 12.17%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.75

 K value IS 0.20

RGB Variations

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

Color information

#CB9E32 (or 0xCB9E32) is known color: Fuel Yellow. HEX triplet: CB, 9E and 32. RGB value is (203,158,50). Sum of RGB (Red+Green+Blue) = 203+158+50=411 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.39% from 411); Green value is 158 (62.11% from 255 or 38.44% from 411); Blue value is 50 (19.92% from 255 or 12.17% from 411); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9E32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9E32 is #3461CD. Grayscale: #9F9F9F. Windows color (decimal): -3432910 or 3317451. OLE color: 3317451.

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

Color convert

RGB 203 158 50 -
CMYK 0 0.22 0.75 0.20
HSL 42.35º 0.6% 0.5% -
HSV(B) 42.35º 0.75% 0.8% -
XYZ 37.43 37.38 8.26 -
YUV 159.14 66.41 159.28 -
System Red Green Blue C M Y K H S L
Decimal 203 158 50 0 0.22 0.75 0.20 42.35 0.6 0.5
Hex CB 9E 32 0 16 4B 14 2A 3C 32
Octal 313 236 62 0 26 113 24 52 74 62
Binary 11001011 10011110 110010 0 10110 1001011 10100 101010 111100 110010

Color Harmonies of #CB9E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9E32

Black with #CB9E32

Text Example


Text Example

White with #CB9E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9E32; }

 p { color: rgb(203,158,50); }

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

background-color css

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

 a { background-color: rgb(203,158,50); }

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

border-color css

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

 span { border-color: rgb(203,158,50); }

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