Html Css Color HEX #CC931D Buttercup

📋 copy color: '#CC931D'

red 204 ◦ green 147 ◦ blue 29

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

Shades of Buttercup #CC931D

Tints of Buttercup #CC931D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.63%

R = 53.68%
G = 38.68%
B = 7.63%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#CC931D (or 0xCC931D) is known color: Buttercup. HEX triplet: CC, 93 and 1D. RGB value is (204,147,29). Sum of RGB (Red+Green+Blue) = 204+147+29=380 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.68% from 380); Green value is 147 (57.81% from 255 or 38.68% from 380); Blue value is 29 (11.72% from 255 or 7.63% from 380); Max value from RGB is 204 - color contains mainly: red. Hex color #CC931D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC931D is #336CE2. Grayscale: #979797. Windows color (decimal): -3370211 or 1938380. OLE color: 1938380.

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

Color convert

RGB 204 147 29 -
CMYK 0 0.28 0.86 0.2
HSL 40.46º 0.75% 0.46% -
HSV(B) 40.46º 0.86% 0.8% -
XYZ 35.56 33.79 5.81 -
YUV 150.59 59.38 166.09 -
System Red Green Blue C M Y K H S L
Decimal 204 147 29 0 0.28 0.86 0.2 40.46 0.75 0.46
Hex CC 93 1D 0 1C 56 14 28 4B 2E
Octal 314 223 35 0 34 126 24 50 113 56
Binary 11001100 10010011 11101 0 11100 1010110 10100 101000 1001011 101110

Color Harmonies of #CC931D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC931D

Black with #CC931D

Text Example


Text Example

White with #CC931D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC931D; }

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

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

background-color css

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

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

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

border-color css

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

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

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