Html Css Color HEX #DCD543 Confetti

📋 copy color: '#DCD543'

red 220 ◦ green 213 ◦ blue 67

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

Shades of Confetti #DCD543

Tints of Confetti #DCD543

RGB

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

 GREEN value IS 213 (83.59% from 255) = 42.6%

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

R = 44%
G = 42.6%
B = 13.4%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DCD543 (or 0xDCD543) is known color: Confetti. HEX triplet: DC, D5 and 43. RGB value is (220,213,67). Sum of RGB (Red+Green+Blue) = 220+213+67=500 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44% from 500); Green value is 213 (83.59% from 255 or 42.6% from 500); Blue value is 67 (26.56% from 255 or 13.4% from 500); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD543 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD543 is #232ABC. Grayscale: #C7C7C7. Windows color (decimal): -2304701 or 4445660. OLE color: 4445660.

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

Color convert

RGB 220 213 67 -
CMYK 0 0.03 0.70 0.14
HSL 57.25º 0.69% 0.56% -
HSV(B) 57.25º 0.7% 0.86% -
XYZ 54.32 63.21 14.65 -
YUV 198.45 53.82 143.37 -
System Red Green Blue C M Y K H S L
Decimal 220 213 67 0 0.03 0.70 0.14 57.25 0.69 0.56
Hex DC D5 43 0 3 46 E 39 45 38
Octal 334 325 103 0 3 106 16 71 105 70
Binary 11011100 11010101 1000011 0 11 1000110 1110 111001 1000101 111000

Color Harmonies of #DCD543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD543

Black with #DCD543

Text Example


Text Example

White with #DCD543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD543; }

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

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

background-color css

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

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

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

border-color css

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

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

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