Html Css Color HEX #DCD043 Confetti

📋 copy color: '#DCD043'

red 220 ◦ green 208 ◦ blue 67

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

Shades of Confetti #DCD043

Tints of Confetti #DCD043

RGB

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

 GREEN value IS 208 (81.64% from 255) = 42.02%

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

R = 44.44%
G = 42.02%
B = 13.54%

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

#DCD043 (or 0xDCD043) is known color: Confetti. HEX triplet: DC, D0 and 43. RGB value is (220,208,67). Sum of RGB (Red+Green+Blue) = 220+208+67=495 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.44% from 495); Green value is 208 (81.64% from 255 or 42.02% from 495); Blue value is 67 (26.56% from 255 or 13.54% from 495); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD043 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD043 is #232FBC. Grayscale: #C4C4C4. Windows color (decimal): -2305981 or 4444380. OLE color: 4444380.

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

Color convert

RGB 220 208 67 -
CMYK 0 0.05 0.70 0.14
HSL 55.29º 0.69% 0.56% -
HSV(B) 55.29º 0.7% 0.86% -
XYZ 53.08 60.73 14.23 -
YUV 195.51 55.48 145.46 -
System Red Green Blue C M Y K H S L
Decimal 220 208 67 0 0.05 0.70 0.14 55.29 0.69 0.56
Hex DC D0 43 0 5 46 E 37 45 38
Octal 334 320 103 0 5 106 16 67 105 70
Binary 11011100 11010000 1000011 0 101 1000110 1110 110111 1000101 111000

Color Harmonies of #DCD043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD043

Black with #DCD043

Text Example


Text Example

White with #DCD043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD043; }

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

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

background-color css

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

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

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

border-color css

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

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

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