Html Css Color HEX #CB9635 Fuel Yellow

📋 copy color: '#CB9635'

red 203 ◦ green 150 ◦ blue 53

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

Shades of Fuel Yellow #CB9635

Tints of Fuel Yellow #CB9635

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.95%

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

R = 50%
G = 36.95%
B = 13.05%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.74

 K value IS 0.20

RGB Variations

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

Color information

#CB9635 (or 0xCB9635) is known color: Fuel Yellow. HEX triplet: CB, 96 and 35. RGB value is (203,150,53). Sum of RGB (Red+Green+Blue) = 203+150+53=406 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50% from 406); Green value is 150 (58.98% from 255 or 36.95% from 406); Blue value is 53 (21.09% from 255 or 13.05% from 406); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9635 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9635 is #3469CA. Grayscale: #9B9B9B. Windows color (decimal): -3434955 or 3512011. OLE color: 3512011.

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

Color convert

RGB 203 150 53 -
CMYK 0 0.26 0.74 0.20
HSL 38.8º 0.59% 0.5% -
HSV(B) 38.8º 0.74% 0.8% -
XYZ 36.18 34.77 8.17 -
YUV 154.79 70.56 162.39 -
System Red Green Blue C M Y K H S L
Decimal 203 150 53 0 0.26 0.74 0.20 38.8 0.59 0.5
Hex CB 96 35 0 1A 4A 14 27 3B 32
Octal 313 226 65 0 32 112 24 47 73 62
Binary 11001011 10010110 110101 0 11010 1001010 10100 100111 111011 110010

Color Harmonies of #CB9635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9635

Black with #CB9635

Text Example


Text Example

White with #CB9635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9635; }

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

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

background-color css

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

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

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

border-color css

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

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

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