Html Css Color HEX #DCC649 Confetti

📋 copy color: '#DCC649'

red 220 ◦ green 198 ◦ blue 73

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

Shades of Confetti #DCC649

Tints of Confetti #DCC649

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 14.87%

R = 44.81%
G = 40.33%
B = 14.87%

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

#DCC649 (or 0xDCC649) is known color: Confetti. HEX triplet: DC, C6 and 49. RGB value is (220,198,73). Sum of RGB (Red+Green+Blue) = 220+198+73=491 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.81% from 491); Green value is 198 (77.73% from 255 or 40.33% from 491); Blue value is 73 (28.91% from 255 or 14.87% from 491); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC649 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC649 is #2339B6. Grayscale: #BEBEBE. Windows color (decimal): -2308535 or 4835036. OLE color: 4835036.

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

Color convert

RGB 220 198 73 -
CMYK 0 0.1 0.67 0.14
HSL 51.02º 0.68% 0.57% -
HSV(B) 51.02º 0.67% 0.86% -
XYZ 50.91 56.08 14.45 -
YUV 190.33 61.79 149.16 -
System Red Green Blue C M Y K H S L
Decimal 220 198 73 0 0.1 0.67 0.14 51.02 0.68 0.57
Hex DC C6 49 0 A 43 E 33 44 39
Octal 334 306 111 0 12 103 16 63 104 71
Binary 11011100 11000110 1001001 0 1010 1000011 1110 110011 1000100 111001

Color Harmonies of #DCC649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC649

Black with #DCC649

Text Example


Text Example

White with #DCC649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC649; }

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

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

background-color css

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

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

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

border-color css

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

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

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