Html Css Color HEX #DCD442 Confetti

📋 copy color: '#DCD442'

red 220 ◦ green 212 ◦ blue 66

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

Shades of Confetti #DCD442

Tints of Confetti #DCD442

RGB

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

 GREEN value IS 212 (83.2% from 255) = 42.57%

 BLUE value IS 66 (26.17% from 255) = 13.25%

R = 44.18%
G = 42.57%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.7

 K value IS 0.14

RGB Variations

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

Color information

#DCD442 (or 0xDCD442) is known color: Confetti. HEX triplet: DC, D4 and 42. RGB value is (220,212,66). Sum of RGB (Red+Green+Blue) = 220+212+66=498 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.18% from 498); Green value is 212 (83.20% from 255 or 42.57% from 498); Blue value is 66 (26.17% from 255 or 13.25% from 498); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD442 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD442 is #232BBD. Grayscale: #C6C6C6. Windows color (decimal): -2304958 or 4379868. OLE color: 4379868.

HSL color Cylindrical-coordinate representation of color #DCD442: hue angle of 56.88º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DCD442 is Cyan = 0, Magento = 0.04, Yellow = 0.7 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 212 66 -
CMYK 0 0.04 0.7 0.14
HSL 56.88º 0.69% 0.56% -
HSV(B) 56.88º 0.7% 0.86% -
XYZ 54.04 62.7 14.41 -
YUV 197.75 53.65 143.87 -
System Red Green Blue C M Y K H S L
Decimal 220 212 66 0 0.04 0.7 0.14 56.88 0.69 0.56
Hex DC D4 42 0 4 46 E 39 45 38
Octal 334 324 102 0 4 106 16 71 105 70
Binary 11011100 11010100 1000010 0 100 1000110 1110 111001 1000101 111000

Color Harmonies of #DCD442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD442

Black with #DCD442

Text Example


Text Example

White with #DCD442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD442; }

 p { color: rgb(220,212,66); }

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

background-color css

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

 a { background-color: rgb(220,212,66); }

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

border-color css

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

 span { border-color: rgb(220,212,66); }

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