Html Css Color HEX #DCC44D Confetti

📋 copy color: '#DCC44D'

red 220 ◦ green 196 ◦ blue 77

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

Shades of Confetti #DCC44D

Tints of Confetti #DCC44D

RGB

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

 GREEN value IS 196 (76.95% from 255) = 39.76%

 BLUE value IS 77 (30.47% from 255) = 15.62%

R = 44.62%
G = 39.76%
B = 15.62%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DCC44D (or 0xDCC44D) is known color: Confetti. HEX triplet: DC, C4 and 4D. RGB value is (220,196,77). Sum of RGB (Red+Green+Blue) = 220+196+77=493 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.62% from 493); Green value is 196 (76.95% from 255 or 39.76% from 493); Blue value is 77 (30.47% from 255 or 15.62% from 493); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC44D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC44D is #233BB2. Grayscale: #BEBEBE. Windows color (decimal): -2309043 or 5096668. OLE color: 5096668.

HSL color Cylindrical-coordinate representation of color #DCC44D: hue angle of 49.93º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DCC44D is Cyan = 0, Magento = 0.11, Yellow = 0.65 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 196 77 -
CMYK 0 0.11 0.65 0.14
HSL 49.93º 0.67% 0.58% -
HSV(B) 49.93º 0.65% 0.86% -
XYZ 50.59 55.23 15.02 -
YUV 189.61 64.45 149.68 -
System Red Green Blue C M Y K H S L
Decimal 220 196 77 0 0.11 0.65 0.14 49.93 0.67 0.58
Hex DC C4 4D 0 B 41 E 32 43 3A
Octal 334 304 115 0 13 101 16 62 103 72
Binary 11011100 11000100 1001101 0 1011 1000001 1110 110010 1000011 111010

Color Harmonies of #DCC44D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC44D

Black with #DCC44D

Text Example


Text Example

White with #DCC44D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC44D; }

 p { color: rgb(220,196,77); }

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

background-color css

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

 a { background-color: rgb(220,196,77); }

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

border-color css

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

 span { border-color: rgb(220,196,77); }

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