Html Css Color HEX #DCD243 Confetti

📋 copy color: '#DCD243'

red 220 ◦ green 210 ◦ blue 67

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

Shades of Confetti #DCD243

Tints of Confetti #DCD243

RGB

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

 GREEN value IS 210 (82.42% from 255) = 42.25%

 BLUE value IS 67 (26.56% from 255) = 13.48%

R = 44.27%
G = 42.25%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DCD243 (or 0xDCD243) is known color: Confetti. HEX triplet: DC, D2 and 43. RGB value is (220,210,67). Sum of RGB (Red+Green+Blue) = 220+210+67=497 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.27% from 497); Green value is 210 (82.42% from 255 or 42.25% from 497); Blue value is 67 (26.56% from 255 or 13.48% from 497); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD243 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD243 is #232DBC. Grayscale: #C5C5C5. Windows color (decimal): -2305469 or 4444892. OLE color: 4444892.

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

Color convert

RGB 220 210 67 -
CMYK 0 0.05 0.70 0.14
HSL 56.08º 0.69% 0.56% -
HSV(B) 56.08º 0.7% 0.86% -
XYZ 53.57 61.71 14.4 -
YUV 196.69 54.81 144.63 -
System Red Green Blue C M Y K H S L
Decimal 220 210 67 0 0.05 0.70 0.14 56.08 0.69 0.56
Hex DC D2 43 0 5 46 E 38 45 38
Octal 334 322 103 0 5 106 16 70 105 70
Binary 11011100 11010010 1000011 0 101 1000110 1110 111000 1000101 111000

Color Harmonies of #DCD243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD243

Black with #DCD243

Text Example


Text Example

White with #DCD243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD243; }

 p { color: rgb(220,210,67); }

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

background-color css

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

 a { background-color: rgb(220,210,67); }

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

border-color css

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

 span { border-color: rgb(220,210,67); }

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