Html Css Color HEX #CC9735 Fuel Yellow

📋 copy color: '#CC9735'

red 204 ◦ green 151 ◦ blue 53

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

Shades of Fuel Yellow #CC9735

Tints of Fuel Yellow #CC9735

RGB

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

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

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

R = 50%
G = 37.01%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.74

 K value IS 0.2

RGB Variations

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

Color information

#CC9735 (or 0xCC9735) is known color: Fuel Yellow. HEX triplet: CC, 97 and 35. RGB value is (204,151,53). Sum of RGB (Red+Green+Blue) = 204+151+53=408 (54% of max value = 765). Red value is 204 (80.08% from 255 or 50% from 408); Green value is 151 (59.38% from 255 or 37.01% from 408); Blue value is 53 (21.09% from 255 or 12.99% from 408); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9735 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9735 is #3368CA. Grayscale: #9C9C9C. Windows color (decimal): -3369163 or 3512268. OLE color: 3512268.

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

Color convert

RGB 204 151 53 -
CMYK 0 0.26 0.74 0.2
HSL 38.94º 0.6% 0.5% -
HSV(B) 38.94º 0.74% 0.8% -
XYZ 36.61 35.23 8.24 -
YUV 155.68 70.06 162.47 -
System Red Green Blue C M Y K H S L
Decimal 204 151 53 0 0.26 0.74 0.2 38.94 0.6 0.5
Hex CC 97 35 0 1A 4A 14 27 3C 32
Octal 314 227 65 0 32 112 24 47 74 62
Binary 11001100 10010111 110101 0 11010 1001010 10100 100111 111100 110010

Color Harmonies of #CC9735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9735

Black with #CC9735

Text Example


Text Example

White with #CC9735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9735; }

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

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

background-color css

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

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

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

border-color css

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

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

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