Html Css Color HEX #CB9730 Fuel Yellow

📋 copy color: '#CB9730'

red 203 ◦ green 151 ◦ blue 48

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

Shades of Fuel Yellow #CB9730

Tints of Fuel Yellow #CB9730

RGB

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

 GREEN value IS 151 (59.38% from 255) = 37.56%

 BLUE value IS 48 (19.14% from 255) = 11.94%

R = 50.5%
G = 37.56%
B = 11.94%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#CB9730 (or 0xCB9730) is known color: Fuel Yellow. HEX triplet: CB, 97 and 30. RGB value is (203,151,48). Sum of RGB (Red+Green+Blue) = 203+151+48=402 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.50% from 402); Green value is 151 (59.38% from 255 or 37.56% from 402); Blue value is 48 (19.14% from 255 or 11.94% from 402); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9730 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9730 is #3468CF. Grayscale: #9B9B9B. Windows color (decimal): -3434704 or 3184587. OLE color: 3184587.

HSL color Cylindrical-coordinate representation of color #CB9730: hue angle of 39.87º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CB9730 is Cyan = 0, Magento = 0.26, Yellow = 0.76 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 151 48 -
CMYK 0 0.26 0.76 0.20
HSL 39.87º 0.62% 0.49% -
HSV(B) 39.87º 0.76% 0.8% -
XYZ 36.23 35.04 7.65 -
YUV 154.81 67.73 162.38 -
System Red Green Blue C M Y K H S L
Decimal 203 151 48 0 0.26 0.76 0.20 39.87 0.62 0.49
Hex CB 97 30 0 1A 4C 14 28 3E 31
Octal 313 227 60 0 32 114 24 50 76 61
Binary 11001011 10010111 110000 0 11010 1001100 10100 101000 111110 110001

Color Harmonies of #CB9730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9730

Black with #CB9730

Text Example


Text Example

White with #CB9730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9730; }

 p { color: rgb(203,151,48); }

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

background-color css

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

 a { background-color: rgb(203,151,48); }

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

border-color css

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

 span { border-color: rgb(203,151,48); }

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