Html Css Color HEX #DCC746 Confetti

📋 copy color: '#DCC746'

red 220 ◦ green 199 ◦ blue 70

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

Shades of Confetti #DCC746

Tints of Confetti #DCC746

RGB

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

 GREEN value IS 199 (78.13% from 255) = 40.7%

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

R = 44.99%
G = 40.7%
B = 14.31%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DCC746 (or 0xDCC746) is known color: Confetti. HEX triplet: DC, C7 and 46. RGB value is (220,199,70). Sum of RGB (Red+Green+Blue) = 220+199+70=489 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.99% from 489); Green value is 199 (78.12% from 255 or 40.70% from 489); Blue value is 70 (27.73% from 255 or 14.31% from 489); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC746 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC746 is #2338B9. Grayscale: #BFBFBF. Windows color (decimal): -2308282 or 4638684. OLE color: 4638684.

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

Color convert

RGB 220 199 70 -
CMYK 0 0.10 0.68 0.14
HSL 51.6º 0.68% 0.57% -
HSV(B) 51.6º 0.68% 0.86% -
XYZ 51.04 56.5 14.01 -
YUV 190.57 59.96 148.99 -
System Red Green Blue C M Y K H S L
Decimal 220 199 70 0 0.10 0.68 0.14 51.6 0.68 0.57
Hex DC C7 46 0 A 44 E 34 44 39
Octal 334 307 106 0 12 104 16 64 104 71
Binary 11011100 11000111 1000110 0 1010 1000100 1110 110100 1000100 111001

Color Harmonies of #DCC746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC746

Black with #DCC746

Text Example


Text Example

White with #DCC746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC746; }

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

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

background-color css

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

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

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

border-color css

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

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

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