Html Css Color HEX #DCCE46 Confetti

📋 copy color: '#DCCE46'

red 220 ◦ green 206 ◦ blue 70

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

Shades of Confetti #DCCE46

Tints of Confetti #DCCE46

RGB

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

 GREEN value IS 206 (80.86% from 255) = 41.53%

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

R = 44.35%
G = 41.53%
B = 14.11%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DCCE46 (or 0xDCCE46) is known color: Confetti. HEX triplet: DC, CE and 46. RGB value is (220,206,70). Sum of RGB (Red+Green+Blue) = 220+206+70=496 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.35% from 496); Green value is 206 (80.86% from 255 or 41.53% from 496); Blue value is 70 (27.73% from 255 or 14.11% from 496); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCE46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCE46 is #2331B9. Grayscale: #C3C3C3. Windows color (decimal): -2306490 or 4640476. OLE color: 4640476.

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

Color convert

RGB 220 206 70 -
CMYK 0 0.06 0.68 0.14
HSL 54.4º 0.68% 0.57% -
HSV(B) 54.4º 0.68% 0.86% -
XYZ 52.69 59.8 14.56 -
YUV 194.68 57.64 146.06 -
System Red Green Blue C M Y K H S L
Decimal 220 206 70 0 0.06 0.68 0.14 54.4 0.68 0.57
Hex DC CE 46 0 6 44 E 36 44 39
Octal 334 316 106 0 6 104 16 66 104 71
Binary 11011100 11001110 1000110 0 110 1000100 1110 110110 1000100 111001

Color Harmonies of #DCCE46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCE46

Black with #DCCE46

Text Example


Text Example

White with #DCCE46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCE46; }

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

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

background-color css

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

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

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

border-color css

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

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

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