Html Css Color HEX #CC9034 Fuel Yellow

📋 copy color: '#CC9034'

red 204 ◦ green 144 ◦ blue 52

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

Shades of Fuel Yellow #CC9034

Tints of Fuel Yellow #CC9034

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36%

 BLUE value IS 52 (20.7% from 255) = 13%

R = 51%
G = 36%
B = 13%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.75

 K value IS 0.2

RGB Variations

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

Color information

#CC9034 (or 0xCC9034) is known color: Fuel Yellow. HEX triplet: CC, 90 and 34. RGB value is (204,144,52). Sum of RGB (Red+Green+Blue) = 204+144+52=400 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51% from 400); Green value is 144 (56.64% from 255 or 36% from 400); Blue value is 52 (20.70% from 255 or 13% from 400); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9034 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9034 is #336FCB. Grayscale: #979797. Windows color (decimal): -3370956 or 3444940. OLE color: 3444940.

HSL color Cylindrical-coordinate representation of color #CC9034: hue angle of 36.32º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC9034 is Cyan = 0, Magento = 0.29, Yellow = 0.75 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 144 52 -
CMYK 0 0.29 0.75 0.2
HSL 36.32º 0.6% 0.5% -
HSV(B) 36.32º 0.75% 0.8% -
XYZ 35.49 33.03 7.75 -
YUV 151.45 71.88 165.48 -
System Red Green Blue C M Y K H S L
Decimal 204 144 52 0 0.29 0.75 0.2 36.32 0.6 0.5
Hex CC 90 34 0 1D 4B 14 24 3C 32
Octal 314 220 64 0 35 113 24 44 74 62
Binary 11001100 10010000 110100 0 11101 1001011 10100 100100 111100 110010

Color Harmonies of #CC9034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9034

Black with #CC9034

Text Example


Text Example

White with #CC9034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9034; }

 p { color: rgb(204,144,52); }

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

background-color css

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

 a { background-color: rgb(204,144,52); }

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

border-color css

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

 span { border-color: rgb(204,144,52); }

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