Html Css Color HEX #CB9134 Fuel Yellow

📋 copy color: '#CB9134'

red 203 ◦ green 145 ◦ blue 52

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

Shades of Fuel Yellow #CB9134

Tints of Fuel Yellow #CB9134

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.25%

 BLUE value IS 52 (20.7% from 255) = 13%

R = 50.75%
G = 36.25%
B = 13%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.74

 K value IS 0.20

RGB Variations

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

Color information

#CB9134 (or 0xCB9134) is known color: Fuel Yellow. HEX triplet: CB, 91 and 34. RGB value is (203,145,52). Sum of RGB (Red+Green+Blue) = 203+145+52=400 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.75% from 400); Green value is 145 (57.03% from 255 or 36.25% from 400); Blue value is 52 (20.70% from 255 or 13% from 400); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9134 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9134 is #346ECB. Grayscale: #989898. Windows color (decimal): -3436236 or 3445195. OLE color: 3445195.

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

Color convert

RGB 203 145 52 -
CMYK 0 0.29 0.74 0.20
HSL 36.95º 0.59% 0.5% -
HSV(B) 36.95º 0.74% 0.8% -
XYZ 35.37 33.2 7.79 -
YUV 151.74 71.72 164.56 -
System Red Green Blue C M Y K H S L
Decimal 203 145 52 0 0.29 0.74 0.20 36.95 0.59 0.5
Hex CB 91 34 0 1D 4A 14 25 3B 32
Octal 313 221 64 0 35 112 24 45 73 62
Binary 11001011 10010001 110100 0 11101 1001010 10100 100101 111011 110010

Color Harmonies of #CB9134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9134

Black with #CB9134

Text Example


Text Example

White with #CB9134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9134; }

 p { color: rgb(203,145,52); }

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

background-color css

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

 a { background-color: rgb(203,145,52); }

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

border-color css

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

 span { border-color: rgb(203,145,52); }

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