Html Css Color HEX #CC9435 Fuel Yellow

📋 copy color: '#CC9435'

red 204 ◦ green 148 ◦ blue 53

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

Shades of Fuel Yellow #CC9435

Tints of Fuel Yellow #CC9435

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.54%

 BLUE value IS 53 (21.09% from 255) = 13.09%

R = 50.37%
G = 36.54%
B = 13.09%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.74

 K value IS 0.2

RGB Variations

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

Color information

#CC9435 (or 0xCC9435) is known color: Fuel Yellow. HEX triplet: CC, 94 and 35. RGB value is (204,148,53). Sum of RGB (Red+Green+Blue) = 204+148+53=405 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.37% from 405); Green value is 148 (58.20% from 255 or 36.54% from 405); Blue value is 53 (21.09% from 255 or 13.09% from 405); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9435 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9435 is #336BCA. Grayscale: #9A9A9A. Windows color (decimal): -3369931 or 3511500. OLE color: 3511500.

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

Color convert

RGB 204 148 53 -
CMYK 0 0.27 0.74 0.2
HSL 37.75º 0.6% 0.5% -
HSV(B) 37.75º 0.74% 0.8% -
XYZ 36.13 34.27 8.08 -
YUV 153.91 71.05 163.72 -
System Red Green Blue C M Y K H S L
Decimal 204 148 53 0 0.27 0.74 0.2 37.75 0.6 0.5
Hex CC 94 35 0 1B 4A 14 26 3C 32
Octal 314 224 65 0 33 112 24 46 74 62
Binary 11001100 10010100 110101 0 11011 1001010 10100 100110 111100 110010

Color Harmonies of #CC9435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9435

Black with #CC9435

Text Example


Text Example

White with #CC9435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9435; }

 p { color: rgb(204,148,53); }

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

background-color css

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

 a { background-color: rgb(204,148,53); }

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

border-color css

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

 span { border-color: rgb(204,148,53); }

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