Html Css Color HEX #CC9726 Buttercup

📋 copy color: '#CC9726'

red 204 ◦ green 151 ◦ blue 38

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

Shades of Buttercup #CC9726

Tints of Buttercup #CC9726

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.67%

R = 51.91%
G = 38.42%
B = 9.67%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#CC9726 (or 0xCC9726) is known color: Buttercup. HEX triplet: CC, 97 and 26. RGB value is (204,151,38). Sum of RGB (Red+Green+Blue) = 204+151+38=393 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.91% from 393); Green value is 151 (59.38% from 255 or 38.42% from 393); Blue value is 38 (15.23% from 255 or 9.67% from 393); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9726 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9726 is #3368D9. Grayscale: #9A9A9A. Windows color (decimal): -3369178 or 2529228. OLE color: 2529228.

HSL color Cylindrical-coordinate representation of color #CC9726: hue angle of 40.84º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC9726 is Cyan = 0, Magento = 0.26, Yellow = 0.81 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 151 38 -
CMYK 0 0.26 0.81 0.2
HSL 40.84º 0.69% 0.47% -
HSV(B) 40.84º 0.81% 0.8% -
XYZ 36.32 35.11 6.7 -
YUV 153.97 62.56 163.69 -
System Red Green Blue C M Y K H S L
Decimal 204 151 38 0 0.26 0.81 0.2 40.84 0.69 0.47
Hex CC 97 26 0 1A 51 14 29 45 2F
Octal 314 227 46 0 32 121 24 51 105 57
Binary 11001100 10010111 100110 0 11010 1010001 10100 101001 1000101 101111

Color Harmonies of #CC9726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9726

Black with #CC9726

Text Example


Text Example

White with #CC9726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9726; }

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

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

background-color css

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

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

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

border-color css

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

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

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