Html Css Color HEX #DCD64A Confetti

📋 copy color: '#DCD64A'

red 220 ◦ green 214 ◦ blue 74

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

Shades of Confetti #DCD64A

Tints of Confetti #DCD64A

RGB

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

 GREEN value IS 214 (83.98% from 255) = 42.13%

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

R = 43.31%
G = 42.13%
B = 14.57%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DCD64A (or 0xDCD64A) is known color: Confetti. HEX triplet: DC, D6 and 4A. RGB value is (220,214,74). Sum of RGB (Red+Green+Blue) = 220+214+74=508 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.31% from 508); Green value is 214 (83.98% from 255 or 42.13% from 508); Blue value is 74 (29.30% from 255 or 14.57% from 508); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD64A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD64A is #2329B5. Grayscale: #C8C8C8. Windows color (decimal): -2304438 or 4904668. OLE color: 4904668.

HSL color Cylindrical-coordinate representation of color #DCD64A: hue angle of 57.53º 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 #DCD64A is Cyan = 0, Magento = 0.03, Yellow = 0.66 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 214 74 -
CMYK 0 0.03 0.66 0.14
HSL 57.53º 0.68% 0.58% -
HSV(B) 57.53º 0.66% 0.86% -
XYZ 54.8 63.8 15.91 -
YUV 199.83 56.99 142.38 -
System Red Green Blue C M Y K H S L
Decimal 220 214 74 0 0.03 0.66 0.14 57.53 0.68 0.58
Hex DC D6 4A 0 3 42 E 3A 44 3A
Octal 334 326 112 0 3 102 16 72 104 72
Binary 11011100 11010110 1001010 0 11 1000010 1110 111010 1000100 111010

Color Harmonies of #DCD64A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD64A

Black with #DCD64A

Text Example


Text Example

White with #DCD64A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD64A; }

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

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

background-color css

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

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

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

border-color css

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

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

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