Html Css Color HEX #CDC44D Confetti

📋 copy color: '#CDC44D'

red 205 ◦ green 196 ◦ blue 77

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

Shades of Confetti #CDC44D

Tints of Confetti #CDC44D

RGB

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

 GREEN value IS 196 (76.95% from 255) = 41%

 BLUE value IS 77 (30.47% from 255) = 16.11%

R = 42.89%
G = 41%
B = 16.11%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.62

 K value IS 0.20

RGB Variations

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

Color information

#CDC44D (or 0xCDC44D) is known color: Confetti. HEX triplet: CD, C4 and 4D. RGB value is (205,196,77). Sum of RGB (Red+Green+Blue) = 205+196+77=478 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.89% from 478); Green value is 196 (76.95% from 255 or 41.00% from 478); Blue value is 77 (30.47% from 255 or 16.11% from 478); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC44D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC44D is #323BB2. Grayscale: #B9B9B9. Windows color (decimal): -3292083 or 5096653. OLE color: 5096653.

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

Color convert

RGB 205 196 77 -
CMYK 0 0.04 0.62 0.20
HSL 55.78º 0.56% 0.55% -
HSV(B) 55.78º 0.62% 0.8% -
XYZ 46.26 52.99 14.81 -
YUV 185.13 66.98 142.18 -
System Red Green Blue C M Y K H S L
Decimal 205 196 77 0 0.04 0.62 0.20 55.78 0.56 0.55
Hex CD C4 4D 0 4 3E 14 38 38 37
Octal 315 304 115 0 4 76 24 70 70 67
Binary 11001101 11000100 1001101 0 100 111110 10100 111000 111000 110111

Color Harmonies of #CDC44D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC44D

Black with #CDC44D

Text Example


Text Example

White with #CDC44D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC44D; }

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

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

background-color css

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

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

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

border-color css

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

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

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