Html Css Color HEX #DCC051 Confetti

📋 copy color: '#DCC051'

red 220 ◦ green 192 ◦ blue 81

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

Shades of Confetti #DCC051

Tints of Confetti #DCC051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 16.43%

R = 44.62%
G = 38.95%
B = 16.43%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DCC051 (or 0xDCC051) is known color: Confetti. HEX triplet: DC, C0 and 51. RGB value is (220,192,81). Sum of RGB (Red+Green+Blue) = 220+192+81=493 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.62% from 493); Green value is 192 (75.39% from 255 or 38.95% from 493); Blue value is 81 (32.03% from 255 or 16.43% from 493); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC051 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC051 is #233FAE. Grayscale: #BCBCBC. Windows color (decimal): -2310063 or 5357788. OLE color: 5357788.

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

Color convert

RGB 220 192 81 -
CMYK 0 0.13 0.63 0.14
HSL 47.91º 0.67% 0.59% -
HSV(B) 47.91º 0.63% 0.86% -
XYZ 49.85 53.51 15.49 -
YUV 187.72 67.78 151.03 -
System Red Green Blue C M Y K H S L
Decimal 220 192 81 0 0.13 0.63 0.14 47.91 0.67 0.59
Hex DC C0 51 0 D 3F E 30 43 3B
Octal 334 300 121 0 15 77 16 60 103 73
Binary 11011100 11000000 1010001 0 1101 111111 1110 110000 1000011 111011

Color Harmonies of #DCC051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC051

Black with #DCC051

Text Example


Text Example

White with #DCC051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC051; }

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

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

background-color css

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

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

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

border-color css

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

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

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