#CDC34D

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

Shades of Confetti #CDC34D

Tints of Confetti #CDC34D

Color information

#CDC34D (or 0xCDC34D) is unknown color: approx Confetti. HEX triplet: CD, C3 and 4D. RGB value is (205,195,77). Sum of RGB (Red+Green+Blue) = 205+195+77=477 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.98% from 477); Green value is 195 (76.56% from 255 or 40.88% from 477); Blue value is 77 (30.47% from 255 or 16.14% from 477); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC34D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC34D is #323CB2. Grayscale: #B9B9B9. Windows color (decimal): -3292339 or 5096397. OLE color: 5096397.

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

Color convert

RGB20519577-
CMYK00.050.620.20
HSL55.31º56.14%55.29%-
HSV(B)55.31º62.44%80.39%-
XYZ46.0352.5514.74-
YUV184.5467.31142.59-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.98%
GREEN value IS 195 (76.56% from 255) = 40.88%
BLUE value IS 77 (30.47% from 255) = 16.14%
R=42.98%
G=40.88%
B=16.14%

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
Decimal2051957700.050.620.2055.3156.1455.29
HexCDC34D053E14373837
Octal315303115057624677067
Binary11001101110000111001101010111111010100110111111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC34D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC34D; }

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

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

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

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

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

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

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

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