Html Css Color HEX #CB9034 Fuel Yellow

📋 copy color: '#CB9034'

red 203 ◦ green 144 ◦ blue 52

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

Shades of Fuel Yellow #CB9034

Tints of Fuel Yellow #CB9034

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36.09%

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

R = 50.88%
G = 36.09%
B = 13.03%

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

#CB9034 (or 0xCB9034) is known color: Fuel Yellow. HEX triplet: CB, 90 and 34. RGB value is (203,144,52). Sum of RGB (Red+Green+Blue) = 203+144+52=399 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.88% from 399); Green value is 144 (56.64% from 255 or 36.09% from 399); Blue value is 52 (20.70% from 255 or 13.03% from 399); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9034 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9034 is #346FCB. Grayscale: #979797. Windows color (decimal): -3436492 or 3444939. OLE color: 3444939.

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

Color convert

RGB 203 144 52 -
CMYK 0 0.29 0.74 0.20
HSL 36.56º 0.59% 0.5% -
HSV(B) 36.56º 0.74% 0.8% -
XYZ 35.22 32.89 7.74 -
YUV 151.15 72.05 164.98 -
System Red Green Blue C M Y K H S L
Decimal 203 144 52 0 0.29 0.74 0.20 36.56 0.59 0.5
Hex CB 90 34 0 1D 4A 14 25 3B 32
Octal 313 220 64 0 35 112 24 45 73 62
Binary 11001011 10010000 110100 0 11101 1001010 10100 100101 111011 110010

Color Harmonies of #CB9034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9034

Black with #CB9034

Text Example


Text Example

White with #CB9034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9034; }

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

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

background-color css

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

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

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

border-color css

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

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

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