Html Css Color HEX #DCCC56 Confetti

📋 copy color: '#DCCC56'

red 220 ◦ green 204 ◦ blue 86

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

Shades of Confetti #DCCC56

Tints of Confetti #DCCC56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 16.86%

R = 43.14%
G = 40%
B = 16.86%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#DCCC56 (or 0xDCCC56) is known color: Confetti. HEX triplet: DC, CC and 56. RGB value is (220,204,86). Sum of RGB (Red+Green+Blue) = 220+204+86=510 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.14% from 510); Green value is 204 (80.08% from 255 or 40% from 510); Blue value is 86 (33.98% from 255 or 16.86% from 510); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCC56 is #2333A9. Grayscale: #C3C3C3. Windows color (decimal): -2306986 or 5688540. OLE color: 5688540.

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

Color convert

RGB 220 204 86 -
CMYK 0 0.07 0.61 0.14
HSL 52.84º 0.66% 0.6% -
HSV(B) 52.84º 0.61% 0.86% -
XYZ 52.79 59.07 17.42 -
YUV 195.33 66.3 145.59 -
System Red Green Blue C M Y K H S L
Decimal 220 204 86 0 0.07 0.61 0.14 52.84 0.66 0.6
Hex DC CC 56 0 7 3D E 35 42 3C
Octal 334 314 126 0 7 75 16 65 102 74
Binary 11011100 11001100 1010110 0 111 111101 1110 110101 1000010 111100

Color Harmonies of #DCCC56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCC56

Black with #DCCC56

Text Example


Text Example

White with #DCCC56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCC56; }

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

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

background-color css

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

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

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

border-color css

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

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

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