Html Css Color HEX #DCD14A Confetti

📋 copy color: '#DCD14A'

red 220 ◦ green 209 ◦ blue 74

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

Shades of Confetti #DCD14A

Tints of Confetti #DCD14A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 14.71%

R = 43.74%
G = 41.55%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DCD14A (or 0xDCD14A) is known color: Confetti. HEX triplet: DC, D1 and 4A. RGB value is (220,209,74). Sum of RGB (Red+Green+Blue) = 220+209+74=503 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.74% from 503); Green value is 209 (82.03% from 255 or 41.55% from 503); Blue value is 74 (29.30% from 255 or 14.71% from 503); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD14A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD14A is #232EB5. Grayscale: #C5C5C5. Windows color (decimal): -2305718 or 4903388. OLE color: 4903388.

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

Color convert

RGB 220 209 74 -
CMYK 0 0.05 0.66 0.14
HSL 55.48º 0.68% 0.58% -
HSV(B) 55.48º 0.66% 0.86% -
XYZ 53.55 61.31 15.49 -
YUV 196.9 58.64 144.48 -
System Red Green Blue C M Y K H S L
Decimal 220 209 74 0 0.05 0.66 0.14 55.48 0.68 0.58
Hex DC D1 4A 0 5 42 E 37 44 3A
Octal 334 321 112 0 5 102 16 67 104 72
Binary 11011100 11010001 1001010 0 101 1000010 1110 110111 1000100 111010

Color Harmonies of #DCD14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD14A

Black with #DCD14A

Text Example


Text Example

White with #DCD14A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD14A; }

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

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

background-color css

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

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

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

border-color css

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

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

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