Html Css Color HEX #CC9227 Fuel Yellow

📋 copy color: '#CC9227'

red 204 ◦ green 146 ◦ blue 39

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

Shades of Fuel Yellow #CC9227

Tints of Fuel Yellow #CC9227

RGB

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

 GREEN value IS 146 (57.42% from 255) = 37.53%

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

R = 52.44%
G = 37.53%
B = 10.03%

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

#CC9227 (or 0xCC9227) is known color: Fuel Yellow. HEX triplet: CC, 92 and 27. RGB value is (204,146,39). Sum of RGB (Red+Green+Blue) = 204+146+39=389 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.44% from 389); Green value is 146 (57.42% from 255 or 37.53% from 389); Blue value is 39 (15.62% from 255 or 10.03% from 389); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9227 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9227 is #336DD8. Grayscale: #979797. Windows color (decimal): -3370457 or 2593484. OLE color: 2593484.

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

Color convert

RGB 204 146 39 -
CMYK 0 0.28 0.81 0.2
HSL 38.91º 0.68% 0.48% -
HSV(B) 38.91º 0.81% 0.8% -
XYZ 35.55 33.54 6.52 -
YUV 151.14 64.72 165.7 -
System Red Green Blue C M Y K H S L
Decimal 204 146 39 0 0.28 0.81 0.2 38.91 0.68 0.48
Hex CC 92 27 0 1C 51 14 27 44 30
Octal 314 222 47 0 34 121 24 47 104 60
Binary 11001100 10010010 100111 0 11100 1010001 10100 100111 1000100 110000

Color Harmonies of #CC9227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9227

Black with #CC9227

Text Example


Text Example

White with #CC9227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9227; }

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

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

background-color css

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

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

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

border-color css

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

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

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