Html Css Color HEX #DCD541 Confetti

📋 copy color: '#DCD541'

red 220 ◦ green 213 ◦ blue 65

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

Shades of Confetti #DCD541

Tints of Confetti #DCD541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 13.05%

R = 44.18%
G = 42.77%
B = 13.05%

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

#DCD541 (or 0xDCD541) is known color: Confetti. HEX triplet: DC, D5 and 41. RGB value is (220,213,65). Sum of RGB (Red+Green+Blue) = 220+213+65=498 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.18% from 498); Green value is 213 (83.59% from 255 or 42.77% from 498); Blue value is 65 (25.78% from 255 or 13.05% from 498); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD541 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD541 is #232ABE. Grayscale: #C6C6C6. Windows color (decimal): -2304703 or 4314588. OLE color: 4314588.

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

Color convert

RGB 220 213 65 -
CMYK 0 0.03 0.70 0.14
HSL 57.29º 0.69% 0.56% -
HSV(B) 57.29º 0.7% 0.86% -
XYZ 54.26 63.19 14.34 -
YUV 198.22 52.82 143.53 -
System Red Green Blue C M Y K H S L
Decimal 220 213 65 0 0.03 0.70 0.14 57.29 0.69 0.56
Hex DC D5 41 0 3 46 E 39 45 38
Octal 334 325 101 0 3 106 16 71 105 70
Binary 11011100 11010101 1000001 0 11 1000110 1110 111001 1000101 111000

Color Harmonies of #DCD541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD541

Black with #DCD541

Text Example


Text Example

White with #DCD541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD541; }

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

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

background-color css

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

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

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

border-color css

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

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

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