Html Css Color HEX #CB9D32 Fuel Yellow

📋 copy color: '#CB9D32'

red 203 ◦ green 157 ◦ blue 50

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

Shades of Fuel Yellow #CB9D32

Tints of Fuel Yellow #CB9D32

RGB

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

 GREEN value IS 157 (61.72% from 255) = 38.29%

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

R = 49.51%
G = 38.29%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.75

 K value IS 0.20

RGB Variations

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

Color information

#CB9D32 (or 0xCB9D32) is known color: Fuel Yellow. HEX triplet: CB, 9D and 32. RGB value is (203,157,50). Sum of RGB (Red+Green+Blue) = 203+157+50=410 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.51% from 410); Green value is 157 (61.72% from 255 or 38.29% from 410); Blue value is 50 (19.92% from 255 or 12.20% from 410); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9D32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9D32 is #3462CD. Grayscale: #9F9F9F. Windows color (decimal): -3433166 or 3317195. OLE color: 3317195.

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

Color convert

RGB 203 157 50 -
CMYK 0 0.23 0.75 0.20
HSL 41.96º 0.6% 0.5% -
HSV(B) 41.96º 0.75% 0.8% -
XYZ 37.26 37.04 8.2 -
YUV 158.56 66.74 159.7 -
System Red Green Blue C M Y K H S L
Decimal 203 157 50 0 0.23 0.75 0.20 41.96 0.6 0.5
Hex CB 9D 32 0 17 4B 14 2A 3C 32
Octal 313 235 62 0 27 113 24 52 74 62
Binary 11001011 10011101 110010 0 10111 1001011 10100 101010 111100 110010

Color Harmonies of #CB9D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9D32

Black with #CB9D32

Text Example


Text Example

White with #CB9D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9D32; }

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

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

background-color css

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

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

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

border-color css

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

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

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