Html Css Color HEX #CC8C20 Buttercup

📋 copy color: '#CC8C20'

red 204 ◦ green 140 ◦ blue 32

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

Shades of Buttercup #CC8C20

Tints of Buttercup #CC8C20

RGB

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

 GREEN value IS 140 (55.08% from 255) = 37.23%

 BLUE value IS 32 (12.89% from 255) = 8.51%

R = 54.26%
G = 37.23%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#CC8C20 (or 0xCC8C20) is known color: Buttercup. HEX triplet: CC, 8C and 20. RGB value is (204,140,32). Sum of RGB (Red+Green+Blue) = 204+140+32=376 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.26% from 376); Green value is 140 (55.08% from 255 or 37.23% from 376); Blue value is 32 (12.89% from 255 or 8.51% from 376); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8C20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8C20 is #3373DF. Grayscale: #939393. Windows color (decimal): -3372000 or 2133196. OLE color: 2133196.

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

Color convert

RGB 204 140 32 -
CMYK 0 0.31 0.84 0.2
HSL 37.67º 0.73% 0.46% -
HSV(B) 37.67º 0.84% 0.8% -
XYZ 34.54 31.7 5.66 -
YUV 146.82 63.2 168.78 -
System Red Green Blue C M Y K H S L
Decimal 204 140 32 0 0.31 0.84 0.2 37.67 0.73 0.46
Hex CC 8C 20 0 1F 54 14 26 49 2E
Octal 314 214 40 0 37 124 24 46 111 56
Binary 11001100 10001100 100000 0 11111 1010100 10100 100110 1001001 101110

Color Harmonies of #CC8C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8C20

Black with #CC8C20

Text Example


Text Example

White with #CC8C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8C20; }

 p { color: rgb(204,140,32); }

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

background-color css

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

 a { background-color: rgb(204,140,32); }

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

border-color css

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

 span { border-color: rgb(204,140,32); }

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