Html Css Color HEX #DCC244 Confetti

📋 copy color: '#DCC244'

red 220 ◦ green 194 ◦ blue 68

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

Shades of Confetti #DCC244

Tints of Confetti #DCC244

RGB

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

 GREEN value IS 194 (76.17% from 255) = 40.25%

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

R = 45.64%
G = 40.25%
B = 14.11%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DCC244 (or 0xDCC244) is known color: Confetti. HEX triplet: DC, C2 and 44. RGB value is (220,194,68). Sum of RGB (Red+Green+Blue) = 220+194+68=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 194 (76.17% from 255 or 40.25% from 482); Blue value is 68 (26.95% from 255 or 14.11% from 482); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC244 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC244 is #233DBB. Grayscale: #BBBBBB. Windows color (decimal): -2309564 or 4506332. OLE color: 4506332.

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

Color convert

RGB 220 194 68 -
CMYK 0 0.12 0.69 0.14
HSL 49.74º 0.68% 0.56% -
HSV(B) 49.74º 0.69% 0.86% -
XYZ 49.85 54.22 13.31 -
YUV 187.41 60.61 151.25 -
System Red Green Blue C M Y K H S L
Decimal 220 194 68 0 0.12 0.69 0.14 49.74 0.68 0.56
Hex DC C2 44 0 C 45 E 32 44 38
Octal 334 302 104 0 14 105 16 62 104 70
Binary 11011100 11000010 1000100 0 1100 1000101 1110 110010 1000100 111000

Color Harmonies of #DCC244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC244

Black with #DCC244

Text Example


Text Example

White with #DCC244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC244; }

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

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

background-color css

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

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

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

border-color css

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

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

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