Html Css Color HEX #DCC44E Confetti

📋 copy color: '#DCC44E'

red 220 ◦ green 196 ◦ blue 78

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

Shades of Confetti #DCC44E

Tints of Confetti #DCC44E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 15.79%

R = 44.53%
G = 39.68%
B = 15.79%

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

#DCC44E (or 0xDCC44E) is known color: Confetti. HEX triplet: DC, C4 and 4E. RGB value is (220,196,78). Sum of RGB (Red+Green+Blue) = 220+196+78=494 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.53% from 494); Green value is 196 (76.95% from 255 or 39.68% from 494); Blue value is 78 (30.86% from 255 or 15.79% from 494); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC44E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC44E is #233BB1. Grayscale: #BEBEBE. Windows color (decimal): -2309042 or 5162204. OLE color: 5162204.

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

Color convert

RGB 220 196 78 -
CMYK 0 0.11 0.65 0.14
HSL 49.86º 0.67% 0.58% -
HSV(B) 49.86º 0.65% 0.86% -
XYZ 50.63 55.25 15.2 -
YUV 189.72 64.95 149.59 -
System Red Green Blue C M Y K H S L
Decimal 220 196 78 0 0.11 0.65 0.14 49.86 0.67 0.58
Hex DC C4 4E 0 B 41 E 32 43 3A
Octal 334 304 116 0 13 101 16 62 103 72
Binary 11011100 11000100 1001110 0 1011 1000001 1110 110010 1000011 111010

Color Harmonies of #DCC44E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC44E

Black with #DCC44E

Text Example


Text Example

White with #DCC44E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC44E; }

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

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

background-color css

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

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

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

border-color css

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

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

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