Html Css Color HEX #DCBC46 Confetti

📋 copy color: '#DCBC46'

red 220 ◦ green 188 ◦ blue 70

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

Shades of Confetti #DCBC46

Tints of Confetti #DCBC46

RGB

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

 GREEN value IS 188 (73.83% from 255) = 39.33%

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

R = 46.03%
G = 39.33%
B = 14.64%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DCBC46 (or 0xDCBC46) is known color: Confetti. HEX triplet: DC, BC and 46. RGB value is (220,188,70). Sum of RGB (Red+Green+Blue) = 220+188+70=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 188 (73.83% from 255 or 39.33% from 478); Blue value is 70 (27.73% from 255 or 14.64% from 478); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBC46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBC46 is #2343B9. Grayscale: #B8B8B8. Windows color (decimal): -2311098 or 4635868. OLE color: 4635868.

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

Color convert

RGB 220 188 70 -
CMYK 0 0.15 0.68 0.14
HSL 47.2º 0.68% 0.57% -
HSV(B) 47.2º 0.68% 0.86% -
XYZ 48.6 51.62 13.2 -
YUV 184.12 63.6 153.59 -
System Red Green Blue C M Y K H S L
Decimal 220 188 70 0 0.15 0.68 0.14 47.2 0.68 0.57
Hex DC BC 46 0 F 44 E 2F 44 39
Octal 334 274 106 0 17 104 16 57 104 71
Binary 11011100 10111100 1000110 0 1111 1000100 1110 101111 1000100 111001

Color Harmonies of #DCBC46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBC46

Black with #DCBC46

Text Example


Text Example

White with #DCBC46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBC46; }

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

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

background-color css

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

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

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

border-color css

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

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

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