Html Css Color HEX #DCD34E Confetti

📋 copy color: '#DCD34E'

red 220 ◦ green 211 ◦ blue 78

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

Shades of Confetti #DCD34E

Tints of Confetti #DCD34E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 15.32%

R = 43.22%
G = 41.45%
B = 15.32%

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

#DCD34E (or 0xDCD34E) is known color: Confetti. HEX triplet: DC, D3 and 4E. RGB value is (220,211,78). Sum of RGB (Red+Green+Blue) = 220+211+78=509 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.22% from 509); Green value is 211 (82.81% from 255 or 41.45% from 509); Blue value is 78 (30.86% from 255 or 15.32% from 509); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD34E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD34E is #232CB1. Grayscale: #C7C7C7. Windows color (decimal): -2305202 or 5166044. OLE color: 5166044.

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

Color convert

RGB 220 211 78 -
CMYK 0 0.04 0.65 0.14
HSL 56.2º 0.67% 0.58% -
HSV(B) 56.2º 0.65% 0.86% -
XYZ 54.18 62.35 16.39 -
YUV 198.53 59.98 143.31 -
System Red Green Blue C M Y K H S L
Decimal 220 211 78 0 0.04 0.65 0.14 56.2 0.67 0.58
Hex DC D3 4E 0 4 41 E 38 43 3A
Octal 334 323 116 0 4 101 16 70 103 72
Binary 11011100 11010011 1001110 0 100 1000001 1110 111000 1000011 111010

Color Harmonies of #DCD34E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD34E

Black with #DCD34E

Text Example


Text Example

White with #DCD34E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD34E; }

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

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

background-color css

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

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

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

border-color css

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

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

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