Html Css Color HEX #DCC048 Confetti

📋 copy color: '#DCC048'

red 220 ◦ green 192 ◦ blue 72

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

Shades of Confetti #DCC048

Tints of Confetti #DCC048

RGB

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

 GREEN value IS 192 (75.39% from 255) = 39.67%

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

R = 45.45%
G = 39.67%
B = 14.88%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DCC048 (or 0xDCC048) is known color: Confetti. HEX triplet: DC, C0 and 48. RGB value is (220,192,72). Sum of RGB (Red+Green+Blue) = 220+192+72=484 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.45% from 484); Green value is 192 (75.39% from 255 or 39.67% from 484); Blue value is 72 (28.52% from 255 or 14.88% from 484); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC048 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC048 is #233FB7. Grayscale: #BBBBBB. Windows color (decimal): -2310072 or 4767964. OLE color: 4767964.

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

Color convert

RGB 220 192 72 -
CMYK 0 0.13 0.67 0.14
HSL 48.65º 0.68% 0.57% -
HSV(B) 48.65º 0.67% 0.86% -
XYZ 49.53 53.38 13.82 -
YUV 186.69 63.28 151.76 -
System Red Green Blue C M Y K H S L
Decimal 220 192 72 0 0.13 0.67 0.14 48.65 0.68 0.57
Hex DC C0 48 0 D 43 E 31 44 39
Octal 334 300 110 0 15 103 16 61 104 71
Binary 11011100 11000000 1001000 0 1101 1000011 1110 110001 1000100 111001

Color Harmonies of #DCC048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC048

Black with #DCC048

Text Example


Text Example

White with #DCC048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC048; }

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

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

background-color css

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

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

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

border-color css

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

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

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