Html Css Color HEX #CB9335 Fuel Yellow

📋 copy color: '#CB9335'

red 203 ◦ green 147 ◦ blue 53

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

Shades of Fuel Yellow #CB9335

Tints of Fuel Yellow #CB9335

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.48%

 BLUE value IS 53 (21.09% from 255) = 13.15%

R = 50.37%
G = 36.48%
B = 13.15%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.74

 K value IS 0.20

RGB Variations

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

Color information

#CB9335 (or 0xCB9335) is known color: Fuel Yellow. HEX triplet: CB, 93 and 35. RGB value is (203,147,53). Sum of RGB (Red+Green+Blue) = 203+147+53=403 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.37% from 403); Green value is 147 (57.81% from 255 or 36.48% from 403); Blue value is 53 (21.09% from 255 or 13.15% from 403); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9335 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9335 is #346CCA. Grayscale: #999999. Windows color (decimal): -3435723 or 3511243. OLE color: 3511243.

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

Color convert

RGB 203 147 53 -
CMYK 0 0.28 0.74 0.20
HSL 37.6º 0.59% 0.5% -
HSV(B) 37.6º 0.74% 0.8% -
XYZ 35.7 33.82 8.01 -
YUV 153.03 71.55 163.64 -
System Red Green Blue C M Y K H S L
Decimal 203 147 53 0 0.28 0.74 0.20 37.6 0.59 0.5
Hex CB 93 35 0 1C 4A 14 26 3B 32
Octal 313 223 65 0 34 112 24 46 73 62
Binary 11001011 10010011 110101 0 11100 1001010 10100 100110 111011 110010

Color Harmonies of #CB9335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9335

Black with #CB9335

Text Example


Text Example

White with #CB9335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9335; }

 p { color: rgb(203,147,53); }

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

background-color css

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

 a { background-color: rgb(203,147,53); }

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

border-color css

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

 span { border-color: rgb(203,147,53); }

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