Html Css Color HEX #DCC541 Confetti

📋 copy color: '#DCC541'

red 220 ◦ green 197 ◦ blue 65

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

Shades of Confetti #DCC541

Tints of Confetti #DCC541

RGB

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

 GREEN value IS 197 (77.34% from 255) = 40.87%

 BLUE value IS 65 (25.78% from 255) = 13.49%

R = 45.64%
G = 40.87%
B = 13.49%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DCC541 (or 0xDCC541) is known color: Confetti. HEX triplet: DC, C5 and 41. RGB value is (220,197,65). Sum of RGB (Red+Green+Blue) = 220+197+65=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 197 (77.34% from 255 or 40.87% from 482); Blue value is 65 (25.78% from 255 or 13.49% from 482); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC541 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC541 is #233ABE. Grayscale: #BDBDBD. Windows color (decimal): -2308799 or 4310492. OLE color: 4310492.

HSL color Cylindrical-coordinate representation of color #DCC541: hue angle of 51.1º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DCC541 is Cyan = 0, Magento = 0.10, Yellow = 0.70 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 197 65 -
CMYK 0 0.10 0.70 0.14
HSL 51.1º 0.69% 0.56% -
HSV(B) 51.1º 0.7% 0.86% -
XYZ 50.44 55.53 13.06 -
YUV 188.83 58.12 150.23 -
System Red Green Blue C M Y K H S L
Decimal 220 197 65 0 0.10 0.70 0.14 51.1 0.69 0.56
Hex DC C5 41 0 A 46 E 33 45 38
Octal 334 305 101 0 12 106 16 63 105 70
Binary 11011100 11000101 1000001 0 1010 1000110 1110 110011 1000101 111000

Color Harmonies of #DCC541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC541

Black with #DCC541

Text Example


Text Example

White with #DCC541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC541; }

 p { color: rgb(220,197,65); }

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

background-color css

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

 a { background-color: rgb(220,197,65); }

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

border-color css

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

 span { border-color: rgb(220,197,65); }

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