Html Css Color HEX #DCD744 Confetti

📋 copy color: '#DCD744'

red 220 ◦ green 215 ◦ blue 68

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

Shades of Confetti #DCD744

Tints of Confetti #DCD744

RGB

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

 GREEN value IS 215 (84.38% from 255) = 42.74%

 BLUE value IS 68 (26.95% from 255) = 13.52%

R = 43.74%
G = 42.74%
B = 13.52%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DCD744 (or 0xDCD744) is known color: Confetti. HEX triplet: DC, D7 and 44. RGB value is (220,215,68). Sum of RGB (Red+Green+Blue) = 220+215+68=503 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.74% from 503); Green value is 215 (84.38% from 255 or 42.74% from 503); Blue value is 68 (26.95% from 255 or 13.52% from 503); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD744 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD744 is #2328BB. Grayscale: #C8C8C8. Windows color (decimal): -2304188 or 4511708. OLE color: 4511708.

HSL color Cylindrical-coordinate representation of color #DCD744: hue angle of 58.03º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DCD744 is Cyan = 0, Magento = 0.02, Yellow = 0.69 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 215 68 -
CMYK 0 0.02 0.69 0.14
HSL 58.03º 0.68% 0.56% -
HSV(B) 58.03º 0.69% 0.86% -
XYZ 54.86 64.23 14.98 -
YUV 199.74 53.66 142.45 -
System Red Green Blue C M Y K H S L
Decimal 220 215 68 0 0.02 0.69 0.14 58.03 0.68 0.56
Hex DC D7 44 0 2 45 E 3A 44 38
Octal 334 327 104 0 2 105 16 72 104 70
Binary 11011100 11010111 1000100 0 10 1000101 1110 111010 1000100 111000

Color Harmonies of #DCD744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD744

Black with #DCD744

Text Example


Text Example

White with #DCD744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD744; }

 p { color: rgb(220,215,68); }

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

background-color css

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

 a { background-color: rgb(220,215,68); }

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

border-color css

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

 span { border-color: rgb(220,215,68); }

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