Html Css Color HEX #DCC150 Confetti

📋 copy color: '#DCC150'

red 220 ◦ green 193 ◦ blue 80

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

Shades of Confetti #DCC150

Tints of Confetti #DCC150

RGB

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

 GREEN value IS 193 (75.78% from 255) = 39.15%

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

R = 44.62%
G = 39.15%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DCC150 (or 0xDCC150) is known color: Confetti. HEX triplet: DC, C1 and 50. RGB value is (220,193,80). Sum of RGB (Red+Green+Blue) = 220+193+80=493 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.62% from 493); Green value is 193 (75.78% from 255 or 39.15% from 493); Blue value is 80 (31.64% from 255 or 16.23% from 493); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC150 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC150 is #233EAF. Grayscale: #BCBCBC. Windows color (decimal): -2309808 or 5292508. OLE color: 5292508.

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

Color convert

RGB 220 193 80 -
CMYK 0 0.12 0.64 0.14
HSL 48.43º 0.67% 0.59% -
HSV(B) 48.43º 0.64% 0.86% -
XYZ 50.03 53.93 15.36 -
YUV 188.19 66.95 150.69 -
System Red Green Blue C M Y K H S L
Decimal 220 193 80 0 0.12 0.64 0.14 48.43 0.67 0.59
Hex DC C1 50 0 C 40 E 30 43 3B
Octal 334 301 120 0 14 100 16 60 103 73
Binary 11011100 11000001 1010000 0 1100 1000000 1110 110000 1000011 111011

Color Harmonies of #DCC150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC150

Black with #DCC150

Text Example


Text Example

White with #DCC150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC150; }

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

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

background-color css

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

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

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

border-color css

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

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

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