#CDD250

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

Shades of Confetti #CDD250

Tints of Confetti #CDD250

Color information

#CDD250 (or 0xCDD250) is unknown color: approx Confetti. HEX triplet: CD, D2 and 50. RGB value is (205,210,80). Sum of RGB (Red+Green+Blue) = 205+210+80=495 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.41% from 495); Green value is 210 (82.42% from 255 or 42.42% from 495); Blue value is 80 (31.64% from 255 or 16.16% from 495); Max value from RGB is 210 - color contains mainly: green. Hex color #CDD250 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD250 is #322DAF. Grayscale: #C2C2C2. Windows color (decimal): -3288496 or 5296845. OLE color: 5296845.

HSL color Cylindrical-coordinate representation of color #CDD250: hue angle of 62.31º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CDD250 is Cyan = 0.02, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB20521080-
CMYK0.0200.620.18
HSL62.31º59.09%56.86%-
HSV(B)62.31º61.9%82.35%-
XYZ49.6759.6516.49-
YUV193.6863.84136.07-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.41%
GREEN value IS 210 (82.42% from 255) = 42.42%
BLUE value IS 80 (31.64% from 255) = 16.16%
R=41.41%
G=42.42%
B=16.16%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal205210800.0200.620.1862.3159.0956.86
HexCDD250203E123e3b39
Octal315322120207622767371
Binary1100110111010010101000010011111010010111110111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD250; }

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

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

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

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

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

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

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

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