Html Css Color HEX #DCC644 Confetti

📋 copy color: '#DCC644'

red 220 ◦ green 198 ◦ blue 68

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

Shades of Confetti #DCC644

Tints of Confetti #DCC644

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 13.99%

R = 45.27%
G = 40.74%
B = 13.99%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DCC644 (or 0xDCC644) is known color: Confetti. HEX triplet: DC, C6 and 44. RGB value is (220,198,68). Sum of RGB (Red+Green+Blue) = 220+198+68=486 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.27% from 486); Green value is 198 (77.73% from 255 or 40.74% from 486); Blue value is 68 (26.95% from 255 or 13.99% from 486); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC644 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC644 is #2339BB. Grayscale: #BEBEBE. Windows color (decimal): -2308540 or 4507356. OLE color: 4507356.

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

Color convert

RGB 220 198 68 -
CMYK 0 0.1 0.69 0.14
HSL 51.32º 0.68% 0.56% -
HSV(B) 51.32º 0.69% 0.86% -
XYZ 50.75 56.02 13.61 -
YUV 189.76 59.29 149.57 -
System Red Green Blue C M Y K H S L
Decimal 220 198 68 0 0.1 0.69 0.14 51.32 0.68 0.56
Hex DC C6 44 0 A 45 E 33 44 38
Octal 334 306 104 0 12 105 16 63 104 70
Binary 11011100 11000110 1000100 0 1010 1000101 1110 110011 1000100 111000

Color Harmonies of #DCC644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC644

Black with #DCC644

Text Example


Text Example

White with #DCC644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC644; }

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

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

background-color css

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

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

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

border-color css

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

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

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