Html Css Color HEX #DCD34D Confetti

📋 copy color: '#DCD34D'

red 220 ◦ green 211 ◦ blue 77

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

Shades of Confetti #DCD34D

Tints of Confetti #DCD34D

RGB

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

 GREEN value IS 211 (82.81% from 255) = 41.54%

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

R = 43.31%
G = 41.54%
B = 15.16%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DCD34D (or 0xDCD34D) is known color: Confetti. HEX triplet: DC, D3 and 4D. RGB value is (220,211,77). Sum of RGB (Red+Green+Blue) = 220+211+77=508 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.31% from 508); Green value is 211 (82.81% from 255 or 41.54% from 508); Blue value is 77 (30.47% from 255 or 15.16% from 508); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD34D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD34D is #232CB2. Grayscale: #C6C6C6. Windows color (decimal): -2305203 or 5100508. OLE color: 5100508.

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

Color convert

RGB 220 211 77 -
CMYK 0 0.04 0.65 0.14
HSL 56.22º 0.67% 0.58% -
HSV(B) 56.22º 0.65% 0.86% -
XYZ 54.15 62.34 16.2 -
YUV 198.42 59.48 143.4 -
System Red Green Blue C M Y K H S L
Decimal 220 211 77 0 0.04 0.65 0.14 56.22 0.67 0.58
Hex DC D3 4D 0 4 41 E 38 43 3A
Octal 334 323 115 0 4 101 16 70 103 72
Binary 11011100 11010011 1001101 0 100 1000001 1110 111000 1000011 111010

Color Harmonies of #DCD34D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD34D

Black with #DCD34D

Text Example


Text Example

White with #DCD34D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD34D; }

 p { color: rgb(220,211,77); }

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

background-color css

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

 a { background-color: rgb(220,211,77); }

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

border-color css

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

 span { border-color: rgb(220,211,77); }

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