Html Css Color HEX #CDD050 Confetti

📋 copy color: '#CDD050'

red 205 ◦ green 208 ◦ blue 80

#CDD050
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Confetti #CDD050

Tints of Confetti #CDD050

RGB

 RED value IS 205 (80.47% from 255) = 41.58%

 GREEN value IS 208 (81.64% from 255) = 42.19%

 BLUE value IS 80 (31.64% from 255) = 16.23%

R = 41.58%
G = 42.19%
B = 16.23%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#CDD050 (or 0xCDD050) is known color: Confetti. HEX triplet: CD, D0 and 50. RGB value is (205,208,80). Sum of RGB (Red+Green+Blue) = 205+208+80=493 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.58% from 493); Green value is 208 (81.64% from 255 or 42.19% from 493); Blue value is 80 (31.64% from 255 or 16.23% from 493); Max value from RGB is 208 - color contains mainly: green. Hex color #CDD050 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD050 is #322FAF. Grayscale: #C1C1C1. Windows color (decimal): -3289008 or 5296333. OLE color: 5296333.

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

Color convert

RGB 205 208 80 -
CMYK 0.01 0 0.62 0.18
HSL 61.41º 0.58% 0.56% -
HSV(B) 61.41º 0.62% 0.82% -
XYZ 49.18 58.67 16.32 -
YUV 192.51 64.51 136.91 -
System Red Green Blue C M Y K H S L
Decimal 205 208 80 0.01 0 0.62 0.18 61.41 0.58 0.56
Hex CD D0 50 1 0 3E 12 3D 3A 38
Octal 315 320 120 1 0 76 22 75 72 70
Binary 11001101 11010000 1010000 1 0 111110 10010 111101 111010 111000

Color Harmonies of #CDD050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD050

Black with #CDD050

Text Example


Text Example

White with #CDD050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD050; }

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

 H1.HeaderClassName
 {
   color: #CDD050;
 }
 .AnyTagClassName
 {
   color: #CDD050;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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