Html Css Color HEX #CB9235 Fuel Yellow

📋 copy color: '#CB9235'

red 203 ◦ green 146 ◦ blue 53

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

Shades of Fuel Yellow #CB9235

Tints of Fuel Yellow #CB9235

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.32%

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

R = 50.5%
G = 36.32%
B = 13.18%

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

#CB9235 (or 0xCB9235) is known color: Fuel Yellow. HEX triplet: CB, 92 and 35. RGB value is (203,146,53). Sum of RGB (Red+Green+Blue) = 203+146+53=402 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.50% from 402); Green value is 146 (57.42% from 255 or 36.32% from 402); Blue value is 53 (21.09% from 255 or 13.18% from 402); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9235 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9235 is #346DCA. Grayscale: #989898. Windows color (decimal): -3435979 or 3510987. OLE color: 3510987.

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

Color convert

RGB 203 146 53 -
CMYK 0 0.28 0.74 0.20
HSL 37.2º 0.59% 0.5% -
HSV(B) 37.2º 0.74% 0.8% -
XYZ 35.55 33.51 7.96 -
YUV 152.44 71.88 164.06 -
System Red Green Blue C M Y K H S L
Decimal 203 146 53 0 0.28 0.74 0.20 37.2 0.59 0.5
Hex CB 92 35 0 1C 4A 14 25 3B 32
Octal 313 222 65 0 34 112 24 45 73 62
Binary 11001011 10010010 110101 0 11100 1001010 10100 100101 111011 110010

Color Harmonies of #CB9235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9235

Black with #CB9235

Text Example


Text Example

White with #CB9235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9235; }

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

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

background-color css

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

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

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

border-color css

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

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

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