Html Css Color HEX #DCC349 Confetti

📋 copy color: '#DCC349'

red 220 ◦ green 195 ◦ blue 73

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

Shades of Confetti #DCC349

Tints of Confetti #DCC349

RGB

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

 GREEN value IS 195 (76.56% from 255) = 39.96%

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

R = 45.08%
G = 39.96%
B = 14.96%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DCC349 (or 0xDCC349) is known color: Confetti. HEX triplet: DC, C3 and 49. RGB value is (220,195,73). Sum of RGB (Red+Green+Blue) = 220+195+73=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 195 (76.56% from 255 or 39.96% from 488); Blue value is 73 (28.91% from 255 or 14.96% from 488); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC349 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC349 is #233CB6. Grayscale: #BDBDBD. Windows color (decimal): -2309303 or 4834268. OLE color: 4834268.

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

Color convert

RGB 220 195 73 -
CMYK 0 0.11 0.67 0.14
HSL 49.8º 0.68% 0.57% -
HSV(B) 49.8º 0.67% 0.86% -
XYZ 50.23 54.73 14.22 -
YUV 188.57 62.78 150.42 -
System Red Green Blue C M Y K H S L
Decimal 220 195 73 0 0.11 0.67 0.14 49.8 0.68 0.57
Hex DC C3 49 0 B 43 E 32 44 39
Octal 334 303 111 0 13 103 16 62 104 71
Binary 11011100 11000011 1001001 0 1011 1000011 1110 110010 1000100 111001

Color Harmonies of #DCC349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC349

Black with #DCC349

Text Example


Text Example

White with #DCC349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC349; }

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

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

background-color css

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

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

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

border-color css

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

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

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