Html Css Color HEX #DCC648 Confetti

📋 copy color: '#DCC648'

red 220 ◦ green 198 ◦ blue 72

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

Shades of Confetti #DCC648

Tints of Confetti #DCC648

RGB

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

 GREEN value IS 198 (77.73% from 255) = 40.41%

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

R = 44.9%
G = 40.41%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DCC648 (or 0xDCC648) is known color: Confetti. HEX triplet: DC, C6 and 48. RGB value is (220,198,72). Sum of RGB (Red+Green+Blue) = 220+198+72=490 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.90% from 490); Green value is 198 (77.73% from 255 or 40.41% from 490); Blue value is 72 (28.52% from 255 or 14.69% from 490); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC648 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC648 is #2339B7. Grayscale: #BEBEBE. Windows color (decimal): -2308536 or 4769500. OLE color: 4769500.

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

Color convert

RGB 220 198 72 -
CMYK 0 0.1 0.67 0.14
HSL 51.08º 0.68% 0.57% -
HSV(B) 51.08º 0.67% 0.86% -
XYZ 50.88 56.07 14.27 -
YUV 190.21 61.29 149.25 -
System Red Green Blue C M Y K H S L
Decimal 220 198 72 0 0.1 0.67 0.14 51.08 0.68 0.57
Hex DC C6 48 0 A 43 E 33 44 39
Octal 334 306 110 0 12 103 16 63 104 71
Binary 11011100 11000110 1001000 0 1010 1000011 1110 110011 1000100 111001

Color Harmonies of #DCC648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC648

Black with #DCC648

Text Example


Text Example

White with #DCC648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC648; }

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

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

background-color css

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

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

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

border-color css

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

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

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