#CDCA50

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

Shades of Confetti #CDCA50

Tints of Confetti #CDCA50

Color information

#CDCA50 (or 0xCDCA50) is unknown color: approx Confetti. HEX triplet: CD, CA and 50. RGB value is (205,202,80). Sum of RGB (Red+Green+Blue) = 205+202+80=487 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.09% from 487); Green value is 202 (79.30% from 255 or 41.48% from 487); Blue value is 80 (31.64% from 255 or 16.43% from 487); Max value from RGB is 205 - color contains mainly: red. Hex color #CDCA50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDCA50 is #3235AF. Grayscale: #BDBDBD. Windows color (decimal): -3290544 or 5294797. OLE color: 5294797.

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

Color convert

RGB20520280-
CMYK00.010.610.20
HSL58.56º55.56%55.88%-
HSV(B)58.56º60.98%80.39%-
XYZ47.7555.815.84-
YUV188.9966.49139.42-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.09%
GREEN value IS 202 (79.30% from 255) = 41.48%
BLUE value IS 80 (31.64% from 255) = 16.43%
R=42.09%
G=41.48%
B=16.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.61
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2052028000.010.610.2058.5655.5655.88
HexCDCA50013D143b3838
Octal315312120017524737070
Binary110011011100101010100000111110110100111011111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCA50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCA50; }

 p { color: rgb(205,202,80); }

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

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

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

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

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

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

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