Html Css Color HEX #DCC441 Confetti

📋 copy color: '#DCC441'

red 220 ◦ green 196 ◦ blue 65

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

Shades of Confetti #DCC441

Tints of Confetti #DCC441

RGB

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

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

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

R = 45.74%
G = 40.75%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DCC441 (or 0xDCC441) is known color: Confetti. HEX triplet: DC, C4 and 41. RGB value is (220,196,65). Sum of RGB (Red+Green+Blue) = 220+196+65=481 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.74% from 481); Green value is 196 (76.95% from 255 or 40.75% from 481); Blue value is 65 (25.78% from 255 or 13.51% from 481); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC441 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC441 is #233BBE. Grayscale: #BCBCBC. Windows color (decimal): -2309055 or 4310236. OLE color: 4310236.

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

Color convert

RGB 220 196 65 -
CMYK 0 0.11 0.70 0.14
HSL 50.71º 0.69% 0.56% -
HSV(B) 50.71º 0.7% 0.86% -
XYZ 50.21 55.08 12.99 -
YUV 188.24 58.45 150.65 -
System Red Green Blue C M Y K H S L
Decimal 220 196 65 0 0.11 0.70 0.14 50.71 0.69 0.56
Hex DC C4 41 0 B 46 E 33 45 38
Octal 334 304 101 0 13 106 16 63 105 70
Binary 11011100 11000100 1000001 0 1011 1000110 1110 110011 1000101 111000

Color Harmonies of #DCC441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC441

Black with #DCC441

Text Example


Text Example

White with #DCC441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC441; }

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

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

background-color css

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

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

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

border-color css

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

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

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