Html Css Color HEX #DCC04D Confetti

📋 copy color: '#DCC04D'

red 220 ◦ green 192 ◦ blue 77

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

Shades of Confetti #DCC04D

Tints of Confetti #DCC04D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 39.26%

 BLUE value IS 77 (30.47% from 255) = 15.75%

R = 44.99%
G = 39.26%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DCC04D (or 0xDCC04D) is known color: Confetti. HEX triplet: DC, C0 and 4D. RGB value is (220,192,77). Sum of RGB (Red+Green+Blue) = 220+192+77=489 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.99% from 489); Green value is 192 (75.39% from 255 or 39.26% from 489); Blue value is 77 (30.47% from 255 or 15.75% from 489); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC04D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC04D is #233FB2. Grayscale: #BBBBBB. Windows color (decimal): -2310067 or 5095644. OLE color: 5095644.

HSL color Cylindrical-coordinate representation of color #DCC04D: hue angle of 48.25º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DCC04D is Cyan = 0, Magento = 0.13, Yellow = 0.65 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 192 77 -
CMYK 0 0.13 0.65 0.14
HSL 48.25º 0.67% 0.58% -
HSV(B) 48.25º 0.65% 0.86% -
XYZ 49.7 53.45 14.72 -
YUV 187.26 65.78 151.35 -
System Red Green Blue C M Y K H S L
Decimal 220 192 77 0 0.13 0.65 0.14 48.25 0.67 0.58
Hex DC C0 4D 0 D 41 E 30 43 3A
Octal 334 300 115 0 15 101 16 60 103 72
Binary 11011100 11000000 1001101 0 1101 1000001 1110 110000 1000011 111010

Color Harmonies of #DCC04D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC04D

Black with #DCC04D

Text Example


Text Example

White with #DCC04D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC04D; }

 p { color: rgb(220,192,77); }

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

background-color css

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

 a { background-color: rgb(220,192,77); }

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

border-color css

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

 span { border-color: rgb(220,192,77); }

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