Html Css Color HEX #DCCC46 Confetti

📋 copy color: '#DCCC46'

red 220 ◦ green 204 ◦ blue 70

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

Shades of Confetti #DCCC46

Tints of Confetti #DCCC46

RGB

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

 GREEN value IS 204 (80.08% from 255) = 41.3%

 BLUE value IS 70 (27.73% from 255) = 14.17%

R = 44.53%
G = 41.3%
B = 14.17%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DCCC46 (or 0xDCCC46) is known color: Confetti. HEX triplet: DC, CC and 46. RGB value is (220,204,70). Sum of RGB (Red+Green+Blue) = 220+204+70=494 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.53% from 494); Green value is 204 (80.08% from 255 or 41.30% from 494); Blue value is 70 (27.73% from 255 or 14.17% from 494); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCC46 is #2333B9. Grayscale: #C2C2C2. Windows color (decimal): -2307002 or 4639964. OLE color: 4639964.

HSL color Cylindrical-coordinate representation of color #DCCC46: hue angle of 53.6º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DCCC46 is Cyan = 0, Magento = 0.07, Yellow = 0.68 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 204 70 -
CMYK 0 0.07 0.68 0.14
HSL 53.6º 0.68% 0.57% -
HSV(B) 53.6º 0.68% 0.86% -
XYZ 52.21 58.84 14.4 -
YUV 193.51 58.3 146.9 -
System Red Green Blue C M Y K H S L
Decimal 220 204 70 0 0.07 0.68 0.14 53.6 0.68 0.57
Hex DC CC 46 0 7 44 E 36 44 39
Octal 334 314 106 0 7 104 16 66 104 71
Binary 11011100 11001100 1000110 0 111 1000100 1110 110110 1000100 111001

Color Harmonies of #DCCC46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCC46

Black with #DCCC46

Text Example


Text Example

White with #DCCC46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCC46; }

 p { color: rgb(220,204,70); }

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

background-color css

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

 a { background-color: rgb(220,204,70); }

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

border-color css

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

 span { border-color: rgb(220,204,70); }

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