Html Css Color HEX #DCC44A Confetti

📋 copy color: '#DCC44A'

red 220 ◦ green 196 ◦ blue 74

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

Shades of Confetti #DCC44A

Tints of Confetti #DCC44A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.1%

R = 44.9%
G = 40%
B = 15.1%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DCC44A (or 0xDCC44A) is known color: Confetti. HEX triplet: DC, C4 and 4A. RGB value is (220,196,74). Sum of RGB (Red+Green+Blue) = 220+196+74=490 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.90% from 490); Green value is 196 (76.95% from 255 or 40% from 490); Blue value is 74 (29.30% from 255 or 15.10% from 490); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC44A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC44A is #233BB5. Grayscale: #BDBDBD. Windows color (decimal): -2309046 or 4900060. OLE color: 4900060.

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

Color convert

RGB 220 196 74 -
CMYK 0 0.11 0.66 0.14
HSL 50.14º 0.68% 0.58% -
HSV(B) 50.14º 0.66% 0.86% -
XYZ 50.49 55.19 14.47 -
YUV 189.27 62.95 149.92 -
System Red Green Blue C M Y K H S L
Decimal 220 196 74 0 0.11 0.66 0.14 50.14 0.68 0.58
Hex DC C4 4A 0 B 42 E 32 44 3A
Octal 334 304 112 0 13 102 16 62 104 72
Binary 11011100 11000100 1001010 0 1011 1000010 1110 110010 1000100 111010

Color Harmonies of #DCC44A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC44A

Black with #DCC44A

Text Example


Text Example

White with #DCC44A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC44A; }

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

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

background-color css

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

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

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

border-color css

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

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

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