Html Css Color HEX #CC9730 Fuel Yellow

📋 copy color: '#CC9730'

red 204 ◦ green 151 ◦ blue 48

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

Shades of Fuel Yellow #CC9730

Tints of Fuel Yellow #CC9730

RGB

 RED value IS 204 (80.08% from 255) = 50.62%

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

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

R = 50.62%
G = 37.47%
B = 11.91%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.76

 K value IS 0.2

RGB Variations

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

Color information

#CC9730 (or 0xCC9730) is known color: Fuel Yellow. HEX triplet: CC, 97 and 30. RGB value is (204,151,48). Sum of RGB (Red+Green+Blue) = 204+151+48=403 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.62% from 403); Green value is 151 (59.38% from 255 or 37.47% from 403); Blue value is 48 (19.14% from 255 or 11.91% from 403); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9730 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9730 is #3368CF. Grayscale: #9B9B9B. Windows color (decimal): -3369168 or 3184588. OLE color: 3184588.

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

Color convert

RGB 204 151 48 -
CMYK 0 0.26 0.76 0.2
HSL 39.62º 0.62% 0.49% -
HSV(B) 39.62º 0.76% 0.8% -
XYZ 36.5 35.18 7.66 -
YUV 155.11 67.56 162.88 -
System Red Green Blue C M Y K H S L
Decimal 204 151 48 0 0.26 0.76 0.2 39.62 0.62 0.49
Hex CC 97 30 0 1A 4C 14 28 3E 31
Octal 314 227 60 0 32 114 24 50 76 61
Binary 11001100 10010111 110000 0 11010 1001100 10100 101000 111110 110001

Color Harmonies of #CC9730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9730

Black with #CC9730

Text Example


Text Example

White with #CC9730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9730; }

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

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

background-color css

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

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

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

border-color css

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

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

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