Html Css Color HEX #CC9720 Buttercup

📋 copy color: '#CC9720'

red 204 ◦ green 151 ◦ blue 32

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

Shades of Buttercup #CC9720

Tints of Buttercup #CC9720

RGB

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

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

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

R = 52.71%
G = 39.02%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#CC9720 (or 0xCC9720) is known color: Buttercup. HEX triplet: CC, 97 and 20. RGB value is (204,151,32). Sum of RGB (Red+Green+Blue) = 204+151+32=387 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.71% from 387); Green value is 151 (59.38% from 255 or 39.02% from 387); Blue value is 32 (12.89% from 255 or 8.27% from 387); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9720 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9720 is #3368DF. Grayscale: #999999. Windows color (decimal): -3369184 or 2136012. OLE color: 2136012.

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

Color convert

RGB 204 151 32 -
CMYK 0 0.26 0.84 0.2
HSL 41.51º 0.73% 0.46% -
HSV(B) 41.51º 0.84% 0.8% -
XYZ 36.23 35.07 6.23 -
YUV 153.28 59.56 164.18 -
System Red Green Blue C M Y K H S L
Decimal 204 151 32 0 0.26 0.84 0.2 41.51 0.73 0.46
Hex CC 97 20 0 1A 54 14 2A 49 2E
Octal 314 227 40 0 32 124 24 52 111 56
Binary 11001100 10010111 100000 0 11010 1010100 10100 101010 1001001 101110

Color Harmonies of #CC9720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9720

Black with #CC9720

Text Example


Text Example

White with #CC9720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9720; }

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

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

background-color css

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

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

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

border-color css

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

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

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