Html Css Color HEX #DCC848 Confetti

📋 copy color: '#DCC848'

red 220 ◦ green 200 ◦ blue 72

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

Shades of Confetti #DCC848

Tints of Confetti #DCC848

RGB

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

 GREEN value IS 200 (78.52% from 255) = 40.65%

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

R = 44.72%
G = 40.65%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DCC848 (or 0xDCC848) is known color: Confetti. HEX triplet: DC, C8 and 48. RGB value is (220,200,72). Sum of RGB (Red+Green+Blue) = 220+200+72=492 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.72% from 492); Green value is 200 (78.52% from 255 or 40.65% from 492); Blue value is 72 (28.52% from 255 or 14.63% from 492); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC848 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC848 is #2337B7. Grayscale: #BFBFBF. Windows color (decimal): -2308024 or 4770012. OLE color: 4770012.

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

Color convert

RGB 220 200 72 -
CMYK 0 0.09 0.67 0.14
HSL 51.89º 0.68% 0.57% -
HSV(B) 51.89º 0.67% 0.86% -
XYZ 51.34 56.99 14.43 -
YUV 191.39 60.63 148.41 -
System Red Green Blue C M Y K H S L
Decimal 220 200 72 0 0.09 0.67 0.14 51.89 0.68 0.57
Hex DC C8 48 0 9 43 E 34 44 39
Octal 334 310 110 0 11 103 16 64 104 71
Binary 11011100 11001000 1001000 0 1001 1000011 1110 110100 1000100 111001

Color Harmonies of #DCC848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC848

Black with #DCC848

Text Example


Text Example

White with #DCC848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC848; }

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

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

background-color css

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

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

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

border-color css

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

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

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