#CC921D

Color #CC921D Buttercup (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buttercup #CC921D

Tints of Buttercup #CC921D

Color information

#CC921D (or 0xCC921D) is unknown color: approx Buttercup. HEX triplet: CC, 92 and 1D. RGB value is (204,146,29). Sum of RGB (Red+Green+Blue) = 204+146+29=379 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.83% from 379); Green value is 146 (57.42% from 255 or 38.52% from 379); Blue value is 29 (11.72% from 255 or 7.65% from 379); Max value from RGB is 204 - color contains mainly: red. Hex color #CC921D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC921D is #336DE2. Grayscale: #969696. Windows color (decimal): -3370467 or 1938124. OLE color: 1938124.

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

Color convert

RGB20414629-
CMYK00.280.860.2
HSL40.11º75.11%45.69%-
HSV(B)40.11º85.78%80%-
XYZ35.433.485.76-
YUV15059.72166.51-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 53.83%
GREEN value IS 146 (57.42% from 255) = 38.52%
BLUE value IS 29 (11.72% from 255) = 7.65%
R=53.83%
G=38.52%
B=7.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.86
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041462900.280.860.240.1175.1145.69
HexCC921D01C5614284b2e
Octal31422235034126245011356
Binary1100110010010010111010111001010110101001010001001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC921D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC921D; }

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

 H1.HeaderClassName
 {
   color: #CC921D;
 }
 .AnyTagClassName
 {
   color: #CC921D;
 }
</style>
background-color css

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

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

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

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

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

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