Html Css Color HEX #DCC04F Confetti

📋 copy color: '#DCC04F'

red 220 ◦ green 192 ◦ blue 79

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

Shades of Confetti #DCC04F

Tints of Confetti #DCC04F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 16.09%

R = 44.81%
G = 39.1%
B = 16.09%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DCC04F (or 0xDCC04F) is known color: Confetti. HEX triplet: DC, C0 and 4F. RGB value is (220,192,79). Sum of RGB (Red+Green+Blue) = 220+192+79=491 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.81% from 491); Green value is 192 (75.39% from 255 or 39.10% from 491); Blue value is 79 (31.25% from 255 or 16.09% from 491); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC04F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC04F is #233FB0. Grayscale: #BBBBBB. Windows color (decimal): -2310065 or 5226716. OLE color: 5226716.

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

Color convert

RGB 220 192 79 -
CMYK 0 0.13 0.64 0.14
HSL 48.09º 0.67% 0.59% -
HSV(B) 48.09º 0.64% 0.86% -
XYZ 49.78 53.48 15.1 -
YUV 187.49 66.78 151.19 -
System Red Green Blue C M Y K H S L
Decimal 220 192 79 0 0.13 0.64 0.14 48.09 0.67 0.59
Hex DC C0 4F 0 D 40 E 30 43 3B
Octal 334 300 117 0 15 100 16 60 103 73
Binary 11011100 11000000 1001111 0 1101 1000000 1110 110000 1000011 111011

Color Harmonies of #DCC04F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC04F

Black with #DCC04F

Text Example


Text Example

White with #DCC04F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC04F; }

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

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

background-color css

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

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

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

border-color css

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

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

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