Html Css Color HEX #DCC750 Confetti

📋 copy color: '#DCC750'

red 220 ◦ green 199 ◦ blue 80

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

Shades of Confetti #DCC750

Tints of Confetti #DCC750

RGB

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

 GREEN value IS 199 (78.13% from 255) = 39.88%

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

R = 44.09%
G = 39.88%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DCC750 (or 0xDCC750) is known color: Confetti. HEX triplet: DC, C7 and 50. RGB value is (220,199,80). Sum of RGB (Red+Green+Blue) = 220+199+80=499 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44.09% from 499); Green value is 199 (78.12% from 255 or 39.88% from 499); Blue value is 80 (31.64% from 255 or 16.03% from 499); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC750 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC750 is #2338AF. Grayscale: #C0C0C0. Windows color (decimal): -2308272 or 5294044. OLE color: 5294044.

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

Color convert

RGB 220 199 80 -
CMYK 0 0.10 0.64 0.14
HSL 51º 0.67% 0.59% -
HSV(B) 51º 0.64% 0.86% -
XYZ 51.39 56.64 15.81 -
YUV 191.71 64.96 148.18 -
System Red Green Blue C M Y K H S L
Decimal 220 199 80 0 0.10 0.64 0.14 51 0.67 0.59
Hex DC C7 50 0 A 40 E 33 43 3B
Octal 334 307 120 0 12 100 16 63 103 73
Binary 11011100 11000111 1010000 0 1010 1000000 1110 110011 1000011 111011

Color Harmonies of #DCC750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC750

Black with #DCC750

Text Example


Text Example

White with #DCC750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC750; }

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

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

background-color css

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

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

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

border-color css

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

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

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