Html Css Color HEX #CC9325 Buttercup

📋 copy color: '#CC9325'

red 204 ◦ green 147 ◦ blue 37

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

Shades of Buttercup #CC9325

Tints of Buttercup #CC9325

RGB

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

 GREEN value IS 147 (57.81% from 255) = 37.89%

 BLUE value IS 37 (14.84% from 255) = 9.54%

R = 52.58%
G = 37.89%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#CC9325 (or 0xCC9325) is known color: Buttercup. HEX triplet: CC, 93 and 25. RGB value is (204,147,37). Sum of RGB (Red+Green+Blue) = 204+147+37=388 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.58% from 388); Green value is 147 (57.81% from 255 or 37.89% from 388); Blue value is 37 (14.84% from 255 or 9.54% from 388); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9325 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9325 is #336CDA. Grayscale: #979797. Windows color (decimal): -3370203 or 2462668. OLE color: 2462668.

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

Color convert

RGB 204 147 37 -
CMYK 0 0.28 0.82 0.2
HSL 39.52º 0.69% 0.47% -
HSV(B) 39.52º 0.82% 0.8% -
XYZ 35.67 33.84 6.4 -
YUV 151.5 63.38 165.44 -
System Red Green Blue C M Y K H S L
Decimal 204 147 37 0 0.28 0.82 0.2 39.52 0.69 0.47
Hex CC 93 25 0 1C 52 14 28 45 2F
Octal 314 223 45 0 34 122 24 50 105 57
Binary 11001100 10010011 100101 0 11100 1010010 10100 101000 1000101 101111

Color Harmonies of #CC9325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9325

Black with #CC9325

Text Example


Text Example

White with #CC9325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9325; }

 p { color: rgb(204,147,37); }

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

background-color css

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

 a { background-color: rgb(204,147,37); }

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

border-color css

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

 span { border-color: rgb(204,147,37); }

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