Html Css Color HEX #CB9935 Fuel Yellow

📋 copy color: '#CB9935'

red 203 ◦ green 153 ◦ blue 53

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

Shades of Fuel Yellow #CB9935

Tints of Fuel Yellow #CB9935

RGB

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

 GREEN value IS 153 (60.16% from 255) = 37.41%

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

R = 49.63%
G = 37.41%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.74

 K value IS 0.20

RGB Variations

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

Color information

#CB9935 (or 0xCB9935) is known color: Fuel Yellow. HEX triplet: CB, 99 and 35. RGB value is (203,153,53). Sum of RGB (Red+Green+Blue) = 203+153+53=409 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.63% from 409); Green value is 153 (60.16% from 255 or 37.41% from 409); Blue value is 53 (21.09% from 255 or 12.96% from 409); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9935 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9935 is #3466CA. Grayscale: #9D9D9D. Windows color (decimal): -3434187 or 3512779. OLE color: 3512779.

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

Color convert

RGB 203 153 53 -
CMYK 0 0.25 0.74 0.20
HSL 40º 0.59% 0.5% -
HSV(B) 40º 0.74% 0.8% -
XYZ 36.66 35.74 8.33 -
YUV 156.55 69.57 161.13 -
System Red Green Blue C M Y K H S L
Decimal 203 153 53 0 0.25 0.74 0.20 40 0.59 0.5
Hex CB 99 35 0 19 4A 14 28 3B 32
Octal 313 231 65 0 31 112 24 50 73 62
Binary 11001011 10011001 110101 0 11001 1001010 10100 101000 111011 110010

Color Harmonies of #CB9935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9935

Black with #CB9935

Text Example


Text Example

White with #CB9935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9935; }

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

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

background-color css

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

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

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

border-color css

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

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

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