#CDC24D

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

Shades of Confetti #CDC24D

Tints of Confetti #CDC24D

Color information

#CDC24D (or 0xCDC24D) is unknown color: approx Confetti. HEX triplet: CD, C2 and 4D. RGB value is (205,194,77). Sum of RGB (Red+Green+Blue) = 205+194+77=476 (63% of max value = 765). Red value is 205 (80.47% from 255 or 43.07% from 476); Green value is 194 (76.17% from 255 or 40.76% from 476); Blue value is 77 (30.47% from 255 or 16.18% from 476); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC24D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC24D is #323DB2. Grayscale: #B8B8B8. Windows color (decimal): -3292595 or 5096141. OLE color: 5096141.

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

Color convert

RGB20519477-
CMYK00.050.620.20
HSL54.84º56.14%55.29%-
HSV(B)54.84º62.44%80.39%-
XYZ45.8152.114.66-
YUV183.9567.64143.01-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.07%
GREEN value IS 194 (76.17% from 255) = 40.76%
BLUE value IS 77 (30.47% from 255) = 16.18%
R=43.07%
G=40.76%
B=16.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.62
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051947700.050.620.2054.8456.1455.29
HexCDC24D053E14373837
Octal315302115057624677067
Binary11001101110000101001101010111111010100110111111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC24D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC24D; }

 p { color: rgb(205,194,77); }

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

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

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

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

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

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

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