Html Css Color HEX #DCC946 Confetti

📋 copy color: '#DCC946'

red 220 ◦ green 201 ◦ blue 70

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

Shades of Confetti #DCC946

Tints of Confetti #DCC946

RGB

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

 GREEN value IS 201 (78.91% from 255) = 40.94%

 BLUE value IS 70 (27.73% from 255) = 14.26%

R = 44.81%
G = 40.94%
B = 14.26%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DCC946 (or 0xDCC946) is known color: Confetti. HEX triplet: DC, C9 and 46. RGB value is (220,201,70). Sum of RGB (Red+Green+Blue) = 220+201+70=491 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.81% from 491); Green value is 201 (78.91% from 255 or 40.94% from 491); Blue value is 70 (27.73% from 255 or 14.26% from 491); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC946 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC946 is #2336B9. Grayscale: #C0C0C0. Windows color (decimal): -2307770 or 4639196. OLE color: 4639196.

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

Color convert

RGB 220 201 70 -
CMYK 0 0.09 0.68 0.14
HSL 52.4º 0.68% 0.57% -
HSV(B) 52.4º 0.68% 0.86% -
XYZ 51.51 57.43 14.16 -
YUV 191.75 59.29 148.15 -
System Red Green Blue C M Y K H S L
Decimal 220 201 70 0 0.09 0.68 0.14 52.4 0.68 0.57
Hex DC C9 46 0 9 44 E 34 44 39
Octal 334 311 106 0 11 104 16 64 104 71
Binary 11011100 11001001 1000110 0 1001 1000100 1110 110100 1000100 111001

Color Harmonies of #DCC946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC946

Black with #DCC946

Text Example


Text Example

White with #DCC946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC946; }

 p { color: rgb(220,201,70); }

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

background-color css

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

 a { background-color: rgb(220,201,70); }

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

border-color css

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

 span { border-color: rgb(220,201,70); }

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