Html Css Color HEX #CC9721 Buttercup

📋 copy color: '#CC9721'

red 204 ◦ green 151 ◦ blue 33

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

Shades of Buttercup #CC9721

Tints of Buttercup #CC9721

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.51%

R = 52.58%
G = 38.92%
B = 8.51%

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

#CC9721 (or 0xCC9721) is known color: Buttercup. HEX triplet: CC, 97 and 21. RGB value is (204,151,33). Sum of RGB (Red+Green+Blue) = 204+151+33=388 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.58% from 388); Green value is 151 (59.38% from 255 or 38.92% from 388); Blue value is 33 (13.28% from 255 or 8.51% from 388); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9721 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9721 is #3368DE. Grayscale: #999999. Windows color (decimal): -3369183 or 2201548. OLE color: 2201548.

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

Color convert

RGB 204 151 33 -
CMYK 0 0.26 0.84 0.2
HSL 41.4º 0.72% 0.46% -
HSV(B) 41.4º 0.84% 0.8% -
XYZ 36.24 35.08 6.3 -
YUV 153.4 60.06 164.09 -
System Red Green Blue C M Y K H S L
Decimal 204 151 33 0 0.26 0.84 0.2 41.4 0.72 0.46
Hex CC 97 21 0 1A 54 14 29 48 2E
Octal 314 227 41 0 32 124 24 51 110 56
Binary 11001100 10010111 100001 0 11010 1010100 10100 101001 1001000 101110

Color Harmonies of #CC9721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9721

Black with #CC9721

Text Example


Text Example

White with #CC9721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9721; }

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

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

background-color css

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

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

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

border-color css

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

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

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