Html Css Color HEX #CC8B37 Fuel Yellow

📋 copy color: '#CC8B37'

red 204 ◦ green 139 ◦ blue 55

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

Shades of Fuel Yellow #CC8B37

Tints of Fuel Yellow #CC8B37

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.92%

 BLUE value IS 55 (21.88% from 255) = 13.82%

R = 51.26%
G = 34.92%
B = 13.82%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.73

 K value IS 0.2

RGB Variations

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

Color information

#CC8B37 (or 0xCC8B37) is known color: Fuel Yellow. HEX triplet: CC, 8B and 37. RGB value is (204,139,55). Sum of RGB (Red+Green+Blue) = 204+139+55=398 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.26% from 398); Green value is 139 (54.69% from 255 or 34.92% from 398); Blue value is 55 (21.88% from 255 or 13.82% from 398); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8B37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8B37 is #3374C8. Grayscale: #959595. Windows color (decimal): -3372233 or 3640268. OLE color: 3640268.

HSL color Cylindrical-coordinate representation of color #CC8B37: hue angle of 33.83º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CC8B37 is Cyan = 0, Magento = 0.32, Yellow = 0.73 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 139 55 -
CMYK 0 0.32 0.73 0.2
HSL 33.83º 0.59% 0.51% -
HSV(B) 33.83º 0.73% 0.8% -
XYZ 34.82 31.58 7.87 -
YUV 148.86 75.03 167.33 -
System Red Green Blue C M Y K H S L
Decimal 204 139 55 0 0.32 0.73 0.2 33.83 0.59 0.51
Hex CC 8B 37 0 20 49 14 22 3B 33
Octal 314 213 67 0 40 111 24 42 73 63
Binary 11001100 10001011 110111 0 100000 1001001 10100 100010 111011 110011

Color Harmonies of #CC8B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8B37

Black with #CC8B37

Text Example


Text Example

White with #CC8B37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8B37; }

 p { color: rgb(204,139,55); }

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

background-color css

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

 a { background-color: rgb(204,139,55); }

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

border-color css

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

 span { border-color: rgb(204,139,55); }

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