Html Css Color HEX #DFD542 Confetti

📋 copy color: '#DFD542'

red 223 ◦ green 213 ◦ blue 66

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

Shades of Confetti #DFD542

Tints of Confetti #DFD542

RGB

 RED value IS 223 (87.5% from 255) = 44.42%

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

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

R = 44.42%
G = 42.43%
B = 13.15%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DFD542 (or 0xDFD542) is known color: Confetti. HEX triplet: DF, D5 and 42. RGB value is (223,213,66). Sum of RGB (Red+Green+Blue) = 223+213+66=502 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.42% from 502); Green value is 213 (83.59% from 255 or 42.43% from 502); Blue value is 66 (26.17% from 255 or 13.15% from 502); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD542 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD542 is #202ABD. Grayscale: #C7C7C7. Windows color (decimal): -2108094 or 4380127. OLE color: 4380127.

HSL color Cylindrical-coordinate representation of color #DFD542: hue angle of 56.18º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DFD542 is Cyan = 0, Magento = 0.04, Yellow = 0.70 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 213 66 -
CMYK 0 0.04 0.70 0.13
HSL 56.18º 0.71% 0.57% -
HSV(B) 56.18º 0.7% 0.87% -
XYZ 55.21 63.67 14.53 -
YUV 199.23 52.81 144.95 -
System Red Green Blue C M Y K H S L
Decimal 223 213 66 0 0.04 0.70 0.13 56.18 0.71 0.57
Hex DF D5 42 0 4 46 D 38 47 39
Octal 337 325 102 0 4 106 15 70 107 71
Binary 11011111 11010101 1000010 0 100 1000110 1101 111000 1000111 111001

Color Harmonies of #DFD542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD542

Black with #DFD542

Text Example


Text Example

White with #DFD542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD542; }

 p { color: rgb(223,213,66); }

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

background-color css

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

 a { background-color: rgb(223,213,66); }

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

border-color css

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

 span { border-color: rgb(223,213,66); }

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