Html Css Color HEX #DCD34C Confetti

📋 copy color: '#DCD34C'

red 220 ◦ green 211 ◦ blue 76

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

Shades of Confetti #DCD34C

Tints of Confetti #DCD34C

RGB

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

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

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

R = 43.39%
G = 41.62%
B = 14.99%

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

#DCD34C (or 0xDCD34C) is known color: Confetti. HEX triplet: DC, D3 and 4C. RGB value is (220,211,76). Sum of RGB (Red+Green+Blue) = 220+211+76=507 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.39% from 507); Green value is 211 (82.81% from 255 or 41.62% from 507); Blue value is 76 (30.08% from 255 or 14.99% from 507); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD34C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD34C is #232CB3. Grayscale: #C6C6C6. Windows color (decimal): -2305204 or 5034972. OLE color: 5034972.

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

Color convert

RGB 220 211 76 -
CMYK 0 0.04 0.65 0.14
HSL 56.25º 0.67% 0.58% -
HSV(B) 56.25º 0.65% 0.86% -
XYZ 54.11 62.33 16.02 -
YUV 198.3 58.98 143.48 -
System Red Green Blue C M Y K H S L
Decimal 220 211 76 0 0.04 0.65 0.14 56.25 0.67 0.58
Hex DC D3 4C 0 4 41 E 38 43 3A
Octal 334 323 114 0 4 101 16 70 103 72
Binary 11011100 11010011 1001100 0 100 1000001 1110 111000 1000011 111010

Color Harmonies of #DCD34C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD34C

Black with #DCD34C

Text Example


Text Example

White with #DCD34C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD34C; }

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

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

background-color css

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

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

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

border-color css

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

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

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