Html Css Color HEX #DCC548 Confetti

📋 copy color: '#DCC548'

red 220 ◦ green 197 ◦ blue 72

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

Shades of Confetti #DCC548

Tints of Confetti #DCC548

RGB

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

 GREEN value IS 197 (77.34% from 255) = 40.29%

 BLUE value IS 72 (28.52% from 255) = 14.72%

R = 44.99%
G = 40.29%
B = 14.72%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DCC548 (or 0xDCC548) is known color: Confetti. HEX triplet: DC, C5 and 48. RGB value is (220,197,72). Sum of RGB (Red+Green+Blue) = 220+197+72=489 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.99% from 489); Green value is 197 (77.34% from 255 or 40.29% from 489); Blue value is 72 (28.52% from 255 or 14.72% from 489); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC548 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC548 is #233AB7. Grayscale: #BEBEBE. Windows color (decimal): -2308792 or 4769244. OLE color: 4769244.

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

Color convert

RGB 220 197 72 -
CMYK 0 0.10 0.67 0.14
HSL 50.68º 0.68% 0.57% -
HSV(B) 50.68º 0.67% 0.86% -
XYZ 50.65 55.62 14.2 -
YUV 189.63 61.62 149.66 -
System Red Green Blue C M Y K H S L
Decimal 220 197 72 0 0.10 0.67 0.14 50.68 0.68 0.57
Hex DC C5 48 0 A 43 E 33 44 39
Octal 334 305 110 0 12 103 16 63 104 71
Binary 11011100 11000101 1001000 0 1010 1000011 1110 110011 1000100 111001

Color Harmonies of #DCC548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC548

Black with #DCC548

Text Example


Text Example

White with #DCC548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC548; }

 p { color: rgb(220,197,72); }

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

background-color css

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

 a { background-color: rgb(220,197,72); }

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

border-color css

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

 span { border-color: rgb(220,197,72); }

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