Html Css Color HEX #DCC450 Confetti

📋 copy color: '#DCC450'

red 220 ◦ green 196 ◦ blue 80

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

Shades of Confetti #DCC450

Tints of Confetti #DCC450

RGB

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

 GREEN value IS 196 (76.95% from 255) = 39.52%

 BLUE value IS 80 (31.64% from 255) = 16.13%

R = 44.35%
G = 39.52%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DCC450 (or 0xDCC450) is known color: Confetti. HEX triplet: DC, C4 and 50. RGB value is (220,196,80). Sum of RGB (Red+Green+Blue) = 220+196+80=496 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.35% from 496); Green value is 196 (76.95% from 255 or 39.52% from 496); Blue value is 80 (31.64% from 255 or 16.13% from 496); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC450 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC450 is #233BAF. Grayscale: #BEBEBE. Windows color (decimal): -2309040 or 5293276. OLE color: 5293276.

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

Color convert

RGB 220 196 80 -
CMYK 0 0.11 0.64 0.14
HSL 49.71º 0.67% 0.59% -
HSV(B) 49.71º 0.64% 0.86% -
XYZ 50.7 55.27 15.59 -
YUV 189.95 65.95 149.43 -
System Red Green Blue C M Y K H S L
Decimal 220 196 80 0 0.11 0.64 0.14 49.71 0.67 0.59
Hex DC C4 50 0 B 40 E 32 43 3B
Octal 334 304 120 0 13 100 16 62 103 73
Binary 11011100 11000100 1010000 0 1011 1000000 1110 110010 1000011 111011

Color Harmonies of #DCC450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC450

Black with #DCC450

Text Example


Text Example

White with #DCC450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC450; }

 p { color: rgb(220,196,80); }

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

background-color css

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

 a { background-color: rgb(220,196,80); }

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

border-color css

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

 span { border-color: rgb(220,196,80); }

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