#CDCC51

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

Shades of Confetti #CDCC51

Tints of Confetti #CDCC51

Color information

#CDCC51 (or 0xCDCC51) is unknown color: approx Confetti. HEX triplet: CD, CC and 51. RGB value is (205,204,81). Sum of RGB (Red+Green+Blue) = 205+204+81=490 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.84% from 490); Green value is 204 (80.08% from 255 or 41.63% from 490); Blue value is 81 (32.03% from 255 or 16.53% from 490); Max value from RGB is 205 - color contains mainly: red. Hex color #CDCC51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDCC51 is #3233AE. Grayscale: #BEBEBE. Windows color (decimal): -3290031 or 5360845. OLE color: 5360845.

HSL color Cylindrical-coordinate representation of color #CDCC51: hue angle of 59.52º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CDCC51 is Cyan = 0, Magento = 0.00, Yellow = 0.60 and Black (K on CMYK) = 0.20.

Color convert

RGB20520481-
CMYK00.000.600.20
HSL59.52º55.36%56.08%-
HSV(B)59.52º60.49%80.39%-
XYZ48.2556.7616.2-
YUV190.2866.33138.5-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.84%
GREEN value IS 204 (80.08% from 255) = 41.63%
BLUE value IS 81 (32.03% from 255) = 16.53%
R=41.84%
G=41.63%
B=16.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.60
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2052048100.000.600.2059.5255.3656.08
HexCDCC51003C143c3738
Octal315314121007424746770
Binary110011011100110010100010011110010100111100110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCC51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCC51; }

 p { color: rgb(205,204,81); }

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

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

 a { background-color: rgb(205,204,81); }

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

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

 span { border-color: rgb(205,204,81); }

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