Html Css Color HEX #DCC950 Confetti

📋 copy color: '#DCC950'

red 220 ◦ green 201 ◦ blue 80

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

Shades of Confetti #DCC950

Tints of Confetti #DCC950

RGB

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

 GREEN value IS 201 (78.91% from 255) = 40.12%

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

R = 43.91%
G = 40.12%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DCC950 (or 0xDCC950) is known color: Confetti. HEX triplet: DC, C9 and 50. RGB value is (220,201,80). Sum of RGB (Red+Green+Blue) = 220+201+80=501 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.91% from 501); Green value is 201 (78.91% from 255 or 40.12% from 501); Blue value is 80 (31.64% from 255 or 15.97% from 501); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC950 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC950 is #2336AF. Grayscale: #C1C1C1. Windows color (decimal): -2307760 or 5294556. OLE color: 5294556.

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

Color convert

RGB 220 201 80 -
CMYK 0 0.09 0.64 0.14
HSL 51.86º 0.67% 0.59% -
HSV(B) 51.86º 0.64% 0.86% -
XYZ 51.85 57.57 15.97 -
YUV 192.89 64.29 147.34 -
System Red Green Blue C M Y K H S L
Decimal 220 201 80 0 0.09 0.64 0.14 51.86 0.67 0.59
Hex DC C9 50 0 9 40 E 34 43 3B
Octal 334 311 120 0 11 100 16 64 103 73
Binary 11011100 11001001 1010000 0 1001 1000000 1110 110100 1000011 111011

Color Harmonies of #DCC950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC950

Black with #DCC950

Text Example


Text Example

White with #DCC950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC950; }

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

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

background-color css

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

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

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

border-color css

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

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

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