Html Css Color HEX #DCD34A Confetti

📋 copy color: '#DCD34A'

red 220 ◦ green 211 ◦ blue 74

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

Shades of Confetti #DCD34A

Tints of Confetti #DCD34A

RGB

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

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

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

R = 43.56%
G = 41.78%
B = 14.65%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DCD34A (or 0xDCD34A) is known color: Confetti. HEX triplet: DC, D3 and 4A. RGB value is (220,211,74). Sum of RGB (Red+Green+Blue) = 220+211+74=505 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.56% from 505); Green value is 211 (82.81% from 255 or 41.78% from 505); Blue value is 74 (29.30% from 255 or 14.65% from 505); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD34A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD34A is #232CB5. Grayscale: #C6C6C6. Windows color (decimal): -2305206 or 4903900. OLE color: 4903900.

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

Color convert

RGB 220 211 74 -
CMYK 0 0.04 0.66 0.14
HSL 56.3º 0.68% 0.58% -
HSV(B) 56.3º 0.66% 0.86% -
XYZ 54.05 62.3 15.65 -
YUV 198.07 57.98 143.64 -
System Red Green Blue C M Y K H S L
Decimal 220 211 74 0 0.04 0.66 0.14 56.3 0.68 0.58
Hex DC D3 4A 0 4 42 E 38 44 3A
Octal 334 323 112 0 4 102 16 70 104 72
Binary 11011100 11010011 1001010 0 100 1000010 1110 111000 1000100 111010

Color Harmonies of #DCD34A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD34A

Black with #DCD34A

Text Example


Text Example

White with #DCD34A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD34A; }

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

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

background-color css

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

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

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

border-color css

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

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

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