#CDCD51

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

Shades of Confetti #CDCD51

Tints of Confetti #CDCD51

Color information

#CDCD51 (or 0xCDCD51) is unknown color: approx Confetti. HEX triplet: CD, CD and 51. RGB value is (205,205,81). Sum of RGB (Red+Green+Blue) = 205+205+81=491 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.75% from 491); Green value is 205 (80.47% from 255 or 41.75% from 491); Blue value is 81 (32.03% from 255 or 16.50% from 491); Max value from RGB is 205 - color contains mainly: red, green. Hex color #CDCD51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDCD51 is #3232AE. Grayscale: #BFBFBF. Windows color (decimal): -3289775 or 5361101. OLE color: 5361101.

HSL color Cylindrical-coordinate representation of color #CDCD51: hue angle of 60º 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 #CDCD51 is Cyan = 0, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.20.

Color convert

RGB20520581-
CMYK000.600.20
HSL60º55.36%56.08%-
HSV(B)60º60.49%80.39%-
XYZ48.4957.2416.28-
YUV190.8666138.08-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.75%
GREEN value IS 205 (80.47% from 255) = 41.75%
BLUE value IS 81 (32.03% from 255) = 16.50%
R=41.75%
G=41.75%
B=16.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20520581000.600.206055.3656.08
HexCDCD51003C143c3738
Octal315315121007424746770
Binary110011011100110110100010011110010100111100110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCD51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCD51; }

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

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

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

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

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

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

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

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