Html Css Color HEX #DCCA41 Confetti

📋 copy color: '#DCCA41'

red 220 ◦ green 202 ◦ blue 65

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

Shades of Confetti #DCCA41

Tints of Confetti #DCCA41

RGB

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

 GREEN value IS 202 (79.3% from 255) = 41.48%

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

R = 45.17%
G = 41.48%
B = 13.35%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DCCA41 (or 0xDCCA41) is known color: Confetti. HEX triplet: DC, CA and 41. RGB value is (220,202,65). Sum of RGB (Red+Green+Blue) = 220+202+65=487 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.17% from 487); Green value is 202 (79.30% from 255 or 41.48% from 487); Blue value is 65 (25.78% from 255 or 13.35% from 487); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCA41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCA41 is #2335BE. Grayscale: #C0C0C0. Windows color (decimal): -2307519 or 4311772. OLE color: 4311772.

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

Color convert

RGB 220 202 65 -
CMYK 0 0.08 0.70 0.14
HSL 53.03º 0.69% 0.56% -
HSV(B) 53.03º 0.7% 0.86% -
XYZ 51.59 57.84 13.45 -
YUV 191.76 56.46 148.14 -
System Red Green Blue C M Y K H S L
Decimal 220 202 65 0 0.08 0.70 0.14 53.03 0.69 0.56
Hex DC CA 41 0 8 46 E 35 45 38
Octal 334 312 101 0 10 106 16 65 105 70
Binary 11011100 11001010 1000001 0 1000 1000110 1110 110101 1000101 111000

Color Harmonies of #DCCA41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCA41

Black with #DCCA41

Text Example


Text Example

White with #DCCA41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCA41; }

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

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

background-color css

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

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

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

border-color css

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

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

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