Html Css Color HEX #DCD144 Confetti

📋 copy color: '#DCD144'

red 220 ◦ green 209 ◦ blue 68

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

Shades of Confetti #DCD144

Tints of Confetti #DCD144

RGB

 RED value IS 220 (86.33% from 255) = 44.27%

 GREEN value IS 209 (82.03% from 255) = 42.05%

 BLUE value IS 68 (26.95% from 255) = 13.68%

R = 44.27%
G = 42.05%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DCD144 (or 0xDCD144) is known color: Confetti. HEX triplet: DC, D1 and 44. RGB value is (220,209,68). Sum of RGB (Red+Green+Blue) = 220+209+68=497 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.27% from 497); Green value is 209 (82.03% from 255 or 42.05% from 497); Blue value is 68 (26.95% from 255 or 13.68% from 497); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD144 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD144 is #232EBB. Grayscale: #C4C4C4. Windows color (decimal): -2305724 or 4510172. OLE color: 4510172.

HSL color Cylindrical-coordinate representation of color #DCD144: hue angle of 55.66º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DCD144 is Cyan = 0, Magento = 0.05, Yellow = 0.69 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 209 68 -
CMYK 0 0.05 0.69 0.14
HSL 55.66º 0.68% 0.56% -
HSV(B) 55.66º 0.69% 0.86% -
XYZ 53.36 61.23 14.48 -
YUV 196.22 55.64 144.96 -
System Red Green Blue C M Y K H S L
Decimal 220 209 68 0 0.05 0.69 0.14 55.66 0.68 0.56
Hex DC D1 44 0 5 45 E 38 44 38
Octal 334 321 104 0 5 105 16 70 104 70
Binary 11011100 11010001 1000100 0 101 1000101 1110 111000 1000100 111000

Color Harmonies of #DCD144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD144

Black with #DCD144

Text Example


Text Example

White with #DCD144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD144; }

 p { color: rgb(220,209,68); }

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

background-color css

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

 a { background-color: rgb(220,209,68); }

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

border-color css

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

 span { border-color: rgb(220,209,68); }

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