Html Css Color HEX #DCD14C Confetti

📋 copy color: '#DCD14C'

red 220 ◦ green 209 ◦ blue 76

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

Shades of Confetti #DCD14C

Tints of Confetti #DCD14C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 15.05%

R = 43.56%
G = 41.39%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DCD14C (or 0xDCD14C) is known color: Confetti. HEX triplet: DC, D1 and 4C. RGB value is (220,209,76). Sum of RGB (Red+Green+Blue) = 220+209+76=505 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.56% from 505); Green value is 209 (82.03% from 255 or 41.39% from 505); Blue value is 76 (30.08% from 255 or 15.05% from 505); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD14C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD14C is #232EB3. Grayscale: #C5C5C5. Windows color (decimal): -2305716 or 5034460. OLE color: 5034460.

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

Color convert

RGB 220 209 76 -
CMYK 0 0.05 0.65 0.14
HSL 55.42º 0.67% 0.58% -
HSV(B) 55.42º 0.65% 0.86% -
XYZ 53.62 61.34 15.85 -
YUV 197.13 59.64 144.31 -
System Red Green Blue C M Y K H S L
Decimal 220 209 76 0 0.05 0.65 0.14 55.42 0.67 0.58
Hex DC D1 4C 0 5 41 E 37 43 3A
Octal 334 321 114 0 5 101 16 67 103 72
Binary 11011100 11010001 1001100 0 101 1000001 1110 110111 1000011 111010

Color Harmonies of #DCD14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD14C

Black with #DCD14C

Text Example


Text Example

White with #DCD14C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD14C; }

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

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

background-color css

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

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

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

border-color css

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

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

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