Html Css Color HEX #CC9327 Fuel Yellow

📋 copy color: '#CC9327'

red 204 ◦ green 147 ◦ blue 39

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

Shades of Fuel Yellow #CC9327

Tints of Fuel Yellow #CC9327

RGB

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

 GREEN value IS 147 (57.81% from 255) = 37.69%

 BLUE value IS 39 (15.63% from 255) = 10%

R = 52.31%
G = 37.69%
B = 10%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#CC9327 (or 0xCC9327) is known color: Fuel Yellow. HEX triplet: CC, 93 and 27. RGB value is (204,147,39). Sum of RGB (Red+Green+Blue) = 204+147+39=390 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.31% from 390); Green value is 147 (57.81% from 255 or 37.69% from 390); Blue value is 39 (15.62% from 255 or 10% from 390); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9327 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9327 is #336CD8. Grayscale: #989898. Windows color (decimal): -3370201 or 2593740. OLE color: 2593740.

HSL color Cylindrical-coordinate representation of color #CC9327: hue angle of 39.27º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC9327 is Cyan = 0, Magento = 0.28, Yellow = 0.81 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 147 39 -
CMYK 0 0.28 0.81 0.2
HSL 39.27º 0.68% 0.48% -
HSV(B) 39.27º 0.81% 0.8% -
XYZ 35.7 33.85 6.57 -
YUV 151.73 64.38 165.28 -
System Red Green Blue C M Y K H S L
Decimal 204 147 39 0 0.28 0.81 0.2 39.27 0.68 0.48
Hex CC 93 27 0 1C 51 14 27 44 30
Octal 314 223 47 0 34 121 24 47 104 60
Binary 11001100 10010011 100111 0 11100 1010001 10100 100111 1000100 110000

Color Harmonies of #CC9327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9327

Black with #CC9327

Text Example


Text Example

White with #CC9327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9327; }

 p { color: rgb(204,147,39); }

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

background-color css

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

 a { background-color: rgb(204,147,39); }

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

border-color css

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

 span { border-color: rgb(204,147,39); }

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