Html Css Color HEX #DCC64A Confetti

📋 copy color: '#DCC64A'

red 220 ◦ green 198 ◦ blue 74

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

Shades of Confetti #DCC64A

Tints of Confetti #DCC64A

RGB

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

 GREEN value IS 198 (77.73% from 255) = 40.24%

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

R = 44.72%
G = 40.24%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DCC64A (or 0xDCC64A) is known color: Confetti. HEX triplet: DC, C6 and 4A. RGB value is (220,198,74). Sum of RGB (Red+Green+Blue) = 220+198+74=492 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.72% from 492); Green value is 198 (77.73% from 255 or 40.24% from 492); Blue value is 74 (29.30% from 255 or 15.04% from 492); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC64A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC64A is #2339B5. Grayscale: #BEBEBE. Windows color (decimal): -2308534 or 4900572. OLE color: 4900572.

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

Color convert

RGB 220 198 74 -
CMYK 0 0.1 0.66 0.14
HSL 50.96º 0.68% 0.58% -
HSV(B) 50.96º 0.66% 0.86% -
XYZ 50.95 56.1 14.62 -
YUV 190.44 62.29 149.08 -
System Red Green Blue C M Y K H S L
Decimal 220 198 74 0 0.1 0.66 0.14 50.96 0.68 0.58
Hex DC C6 4A 0 A 42 E 33 44 3A
Octal 334 306 112 0 12 102 16 63 104 72
Binary 11011100 11000110 1001010 0 1010 1000010 1110 110011 1000100 111010

Color Harmonies of #DCC64A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC64A

Black with #DCC64A

Text Example


Text Example

White with #DCC64A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC64A; }

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

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

background-color css

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

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

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

border-color css

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

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

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